@ant-basement/core
Version:
Ant Basement JavaScript SDK Core
21 lines • 1.29 kB
JavaScript
(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
var v = factory(require, exports);
if (v !== undefined) module.exports = v;
}
else if (typeof define === "function" && define.amd) {
define(["require", "exports", "tslib", "./error", "./utility", "./constant", "./codec", "./transport", "./service", "./basement"], factory);
}
})(function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./error"), exports);
tslib_1.__exportStar(require("./utility"), exports);
tslib_1.__exportStar(require("./constant"), exports);
tslib_1.__exportStar(require("./codec"), exports);
tslib_1.__exportStar(require("./transport"), exports);
tslib_1.__exportStar(require("./service"), exports);
tslib_1.__exportStar(require("./basement"), exports);
});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0lBQ0Esa0RBQXdCO0lBSXhCLG9EQUEwQjtJQUMxQixxREFBMkI7SUFHM0Isa0RBQXdCO0lBQ3hCLHNEQUE0QjtJQUM1QixvREFBMEI7SUFHMUIscURBQTJCIn0=