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
/
compile
/
cjs
/
divide.cts
blob: d89a600a4eb91fec6b0d6d5cf9c626fc403ec40f (
plain
)
1
module.exports.divide = (a: number, b: number) => a / b;