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
/
b
/
index.js
blob: 5645c0876fc2a618e69286f33e996ab53e0f16df (
plain
)
1
2
3
import { add } from "addPkg"; console.log(`1 + 2 = ${add(1, 2)}`);