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
/
coverage
/
invalid_cache
/
mod_after.ts
blob: 294dc0843a18c944ab7c074df320e0a3723becfd (
plain
)
1
2
3
4
5
6
export function test() { return 42; } if (import.meta.main) { test(); }