UNPKG

@webfaas/webfaas-plugin-packageregistry-npm

Version:
11 lines 395 B
"use strict"; 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