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