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
/
std
/
node
/
tests
/
cjs
/
cjs_b.js
blob: 17499012c328acdfc6a13b876949d5770063db93 (
plain
)
1
2
3
4
5
function helloB() { return "B"; } module.exports = { helloB };