UNPKG
@cityofzion/neon-nep5
Version:
latest (4.9.0)
next (5.0.0-next.4)
5.0.0-next.4
5.0.0-next.3
5.0.0-next.2
5.0.0-next.0
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.2
4.5.0
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.3
4.1.0
4.0.2
4.0.1
4.0.0
Neon-NEP5 Module
github.com/CityOfZion/neon-js
CityOfZion/neon-js
@cityofzion/neon-nep5
/
lib
/
index.js
7 lines
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
*
as
nep5
from
"./plugin"
;
function
bundle
(
neonCore
) {
return
Object
.
assign
(
Object
.
assign
({}, neonCore), { nep5 }); }
export
default
bundle;
export
*
from
"./plugin"
;
//# sourceMappingURL=index.js.map