UNPKG
bch-slpjs
Version:
latest (0.11.4)
0.11.4
Simple Ledger Protocol (SLP) JavaScript Library
github.com/simpleledger/slpjs
simpleledger/slpjs
bch-slpjs
/
index.js
6 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
slpjs =
require
(
"./lib/slpjs"
);
//export default Slpjs;
exports
.
slpjs
= slpjs;
//# sourceMappingURL=index.js.map