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
/
lockfile
/
frozen_lockfile
/
add.ts
blob: ce70a43ec3d120c3f4203a98e2d4f43c070a9880 (
plain
)
1
2
import { add } from "npm:@denotest/add@1"; console.log(`1 + 2 = ${add(1, 2)}`);