@alicloud/mpserverless-core
Version:
MPServerless JavaScript SDK Core
24 lines • 1.57 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", "regenerator-runtime/runtime", "./error", "./global", "./utility", "./constant", "./validator", "./codec", "./transport", "./service", "./mpserverless"], factory);
}
})(function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
require("regenerator-runtime/runtime");
tslib_1.__exportStar(require("./error"), exports);
tslib_1.__exportStar(require("./global"), exports);
tslib_1.__exportStar(require("./utility"), exports);
tslib_1.__exportStar(require("./constant"), exports);
tslib_1.__exportStar(require("./validator"), exports);
tslib_1.__exportStar(require("./codec"), exports);
tslib_1.__exportStar(require("./transport"), exports);
tslib_1.__exportStar(require("./service"), exports);
tslib_1.__exportStar(require("./mpserverless"), exports);
});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0lBQUEsdUNBQXFDO0lBR3JDLGtEQUF3QjtJQUN4QixtREFBeUI7SUFDekIsb0RBQTBCO0lBQzFCLHFEQUEyQjtJQUMzQixzREFBNEI7SUFHNUIsa0RBQXdCO0lBQ3hCLHNEQUE0QjtJQUM1QixvREFBMEI7SUFHMUIseURBQStCIn0=