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
/
node
/
imports_wildcard
/
node_modules
/
package
/
native
/
subtract.js
blob: 8afc41eb10ed4606c01c2a1a1c2ca1b22b84b6dd (
plain
)
1
2
3
module.exports = function(a, b) { return a - b; };