@webfaas/webfaas-plugin-endpoint-http
Version:
WebFaaS Framework - Plugin - Endpoint - HTTP
11 lines • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const WebFassPlugin_1 = require("./WebFassPlugin");
function default_1(core) {
if (core.getVersionObj().major !== "0") {
throw new Error("plugin only supports version 0.x of webfaas-core");
}
return new WebFassPlugin_1.default(core);
}
exports.default = default_1;
//# sourceMappingURL=index.js.map