You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
|
4 months ago
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
exports.BasePlugin = void 0;
|
||
|
|
const extension_1 = require("../registry/extension");
|
||
|
|
/**
|
||
|
|
* <zh/> 插件的基类
|
||
|
|
*
|
||
|
|
* <en/> Base class for plugins
|
||
|
|
*/
|
||
|
|
class BasePlugin extends extension_1.BaseExtension {
|
||
|
|
}
|
||
|
|
exports.BasePlugin = BasePlugin;
|
||
|
|
//# sourceMappingURL=base-plugin.js.map
|