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
/
workspace_conflicting_dep
/
a
/
index.js
blob: 2fb3069d8a49e255262293d8c2b9461278013ad6 (
plain
)
1
2
3
import { sum } from "@denotest/add"; console.log(`1 + 2 = ${sum(1, 2)}`);