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
/
subtract
/
1.0.0
/
index.js
blob: 0114210a4521238068dbc1865b0f34960cd0e806 (
plain
)
1
module.exports.subtract = (a, b) => a - b;