@fangcha/backend-kit
Version:
Backend Kit.
9 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RouterSdkPlugin = void 0;
const RouterPlugin_1 = require("./RouterPlugin");
const RouterSdkPlugin = (options) => {
return new RouterPlugin_1.RouterPlugin(options);
};
exports.RouterSdkPlugin = RouterSdkPlugin;
//# sourceMappingURL=RouterSdkPlugin.js.map