UNPKG

@kotori-bot/core

Version:
8 lines (7 loc) 205 B
import Decorators from './utils'; export * from './plugin'; export * from './utils'; export declare function plugins(plugin: string | string[] | { name: string; }): Decorators; export default plugins;