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
/
npm
/
workspace_dep_aliases
/
a
/
index.js
blob: 435470660015053f140d8f3c3bc5bb8c368655e9 (
plain
)
1
2
3
import { sum } from "sumPkg"; console.log(`1 + 2 = ${sum(1, 2)}`);