UNPKG

koishi-plugin-command-interceptor

Version:
6 lines (5 loc) 227 B
import { Context } from "koishi"; import type { Config } from "./Config"; export declare const name = "command-interceptor"; export { Config } from "./Config"; export declare function apply(ctx: Context, config: Config): void;