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
/
unit_node
/
testdata
/
worker_module
/
other_cjs_file.cjs
blob: 45ae337bf5e16e04c872535f62eed9dbbf6e9982 (
plain
)
1
2
3
4
5
module.exports = { add: (a, b) => { return a + b; }, };