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
/
testdata
/
add.ts
blob: 8d9b8a22a101a9699f1e7a222baf8915236deba7 (
plain
)
1
2
3
export function add(a: number, b: number): number { return a + b; }