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
/
subtract.cjs
blob: 7dee54346f7a9be80f73590447578f9ba2462aac (
plain
)
1
2
3
module.exports.subtract = function (a, b) { return require("./add.cts").add(a, -b); };