UNPKG

@quo0/stiletto

Version:

With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI

14 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); (0, tslib_1.__exportStar)(require("./app/workflow.interface"), exports); (0, tslib_1.__exportStar)(require("./services/app-config-service.interface"), exports); (0, tslib_1.__exportStar)(require("./services/fs-service.interface"), exports); (0, tslib_1.__exportStar)(require("./services/process-service.interface"), exports); (0, tslib_1.__exportStar)(require("./services/prompt-service.interface"), exports); (0, tslib_1.__exportStar)(require("./services/structure.service.interface"), exports); (0, tslib_1.__exportStar)(require("./services/browser-server-service-facade.interface"), exports); (0, tslib_1.__exportStar)(require("./services/web-socket-service.interface"), exports); (0, tslib_1.__exportStar)(require("./models/structure.model.interface"), exports); (0, tslib_1.__exportStar)(require("./models/file-structure-entity.model.interface"), exports); //# sourceMappingURL=index.js.map