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
/
main.js
blob: 9546a0fea5a528b93411da82149eddf61c6d5ee0 (
plain
)
1
2
3
import { subtract } from "./subtract.cjs"; console.log(subtract(1, 2));