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
/
thirdparty
/
systemjs
/
test
/
tests
/
cjs-named-export.js
blob: 6609eeafccb618f703494bfec146c9bcf4c83bdd (
plain
)
1
2
3
4
5
var
p
=
module
.
exports
=
function
()
{
}
p
.
someExport
=
'asdf'
;