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
/
specifier_two_slashes
/
main.ts
blob: ef1adceb5cad4830696f3364a2598da0cb14cd47 (
plain
)
1
2
3
import { add } from "npm:@denotest/specifier-two-slashes"; console.log(add(1, 2));