@volare.finance/utils.js
Version:
The Blockchain Utils
13 lines • 432 B
JavaScript
;
/**
* @file index.ts
* @author astra <astra@volare.finance>
* @date 2022
*/
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./erc20"), exports);
tslib_1.__exportStar(require("./erc721"), exports);
tslib_1.__exportStar(require("./erc1155"), exports);
tslib_1.__exportStar(require("./native"), exports);
//# sourceMappingURL=index.js.map