@brewww/nestjs-plugin-module
Version:
<p align="center"> <a href="http://brewww.com/" target="_blank"><img src="https://github.com/BrewInteractive/nestjs-plugin-module/blob/main/Brew-Logo-Small.png?raw=true" width="300" alt="Brew Logo" /></a> </p>
11 lines • 339 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BasePlugin = void 0;
class BasePlugin {
constructor(pluginOptions) {
this.name = pluginOptions.name;
this.displayName = pluginOptions.displayName;
}
}
exports.BasePlugin = BasePlugin;
//# sourceMappingURL=base-plugin.plugin.js.map
;