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
/
check
/
workspace
/
package-b
/
mod.ts
blob: 554ba5674e8b67ff09c0bb22b06480f55189329a (
plain
)
1
2
3
4
import { add } from "@scope/a"; const test: string = add(1, 2); console.log(test);