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
/
run
/
workspaces
/
member_not_match_constraint
/
add
/
mod.ts
blob: 2c8d7ef7a1ab28fa62c62dce657131381a8753dc (
plain
)
1
2
3
4
export function add(a: number, b: number): number { console.log("local"); return a + b; }