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
/
specs
/
compile
/
detect_cjs
/
add.js
blob: 2a886fbc18bcbce309ccce805cdc7a97492a9772 (
plain
)
1
2
3
module.exports.add = function (a, b) { return a + b; };