index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tests
/
common-js-module.js
blob: c7b6c12ee32d730a9050d690bd1372a537adb80d (
plain
)
1
2
exports
.
first
=
require
(
'./common-js-dep.js'
).
output
;
exports
.
hello
=
'world'
;