UNPKG

koishi-plugin-theme-martin

Version:

Martin Matin: change theme every time you visit the console

8 lines (7 loc) 248 B
import { Context, z } from 'koishi'; export declare const name = "martin"; export declare const using: string[]; export interface Config { } export declare const Config: z<Config>; export declare function apply(ctx: Context, config: Config): void;