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
/
es6-import-star-amd.js
blob: 9cf2ff2c0bc23c3a8fd3d75ed4f97c1e18bb0748 (
plain
)
1
2
3
import
*
as
mod
from
'./es6-loading-amd-dep.js'
;
export
var
g
=
mod
.
default
;