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
/
sub.ts
blob: f212b290dbfcffe21465c33109c3b872bfd799f9 (
plain
)
1
2
import { subtract } from "npm:@denotest/subtract@1"; console.log(`3 - 2 = ${subtract(3, 2)}`);