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
/
test
/
doc_ts_namespace_decl
/
mod.js
blob: 6a96c342fb4d24172bb53f18a1d8e04de68fc6f8 (
plain
)
1
2
3
4
5
globalThis.MyNamespace = { add(a, b) { return a + b; }, };