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
/
run
/
import_common_js
/
a.js
blob: c465ab588b3a6dfbe5afd6a005b86ce3818e69d3 (
plain
)
1
2
3
4
5
6
7
function foobar() { console.log("foobar"); } module.exports = { foobar, };