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
/
npm
/
registry
/
@denotest
/
cjs-module-export-assignment
/
1.0.0
/
index.js
blob: 4c0285825597f083b8c574af27f21a5e41119b55 (
plain
)
1
2
3
4
5
module.exports = { func() { return 5; }, };