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