@ibsheet/loader
Version:
Dynamically load support module for IBSheet
9 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoaderTaskType = void 0;
var LoaderTaskType;
(function (LoaderTaskType) {
LoaderTaskType["LOAD"] = "load";
LoaderTaskType["UNLOAD"] = "unload";
})(LoaderTaskType || (exports.LoaderTaskType = LoaderTaskType = {}));
//# sourceMappingURL=interface.js.map