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_wildcards
/
packages
/
package-b
/
file.ts
blob: b5bd2dfcf4c281ab26440deed0d5c98cae1db7bd (
plain
)
1
2
3
export function subtract(a: number, b: number): number { return a - b; }