UNPKG

kokkoro-plugin-group

Version:
13 lines (12 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Service = void 0; class Service { plugin; constructor( /** 插件 */ plugin) { this.plugin = plugin; } } exports.Service = Service;