index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
js
/
module
/
export_global_a.js
blob: 80b6bb3924382694dd81951bb5c88597cca5d4cd (
plain
)
1
2
3
4
5
function
f
()
{
return
globalThis
.
a
;
}
export
default
{
f
};