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
/
lockfile
/
no_dts
/
mod.js
blob: 8ac948700e424a427aadc912a5d1123cb8b1c0b2 (
plain
)
1
2
3
4
/// <reference types="./mod.d.ts" /> export function test() { return 5; }