index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
registry
/
npm
/
@denotest
/
cjs-multiple-exports
/
1.0.0
/
src
/
add.js
blob: 42c8a7c6044d472b141759b714a72015acc68b7b (
plain
)
1
2
3
module.exports = function add(a, b) { return a + b; };