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
/
jsr2.ts
blob: bfc0bf48f09befacfc09ba0f71d6f7ebed309ea8 (
plain
)
1
2
import { sum } from "jsr:@denotest/add@0.2.0"; console.log(`1 + 2 = ${sum(1, 2)}`);