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
/
publish
/
javascript_decl_file
/
mod.js
blob: 2395e622bee13790117eef7377a0e89708615d0b (
plain
)
1
2
3
4
5
/// <reference types="./mod.d.ts" /> export function getRandom() { return Math.random(); }