UNPKG

koishi-plugin-star-security

Version:
5 lines (4 loc) 167 B
import { Context } from "koishi"; import { Config } from "."; export declare const reusable = true; export declare function apply(ctx: Context, config: Config): void;