UNPKG

koishi-plugin-memes-api

Version:

表情包制作插件调用 API 版

8 lines (7 loc) 255 B
import { Context } from 'koishi'; import { Config } from '../config'; export * from './common'; export * from './arg-parse'; export * from './error'; export * from './user-info'; export declare function apply(ctx: Context, config: Config): Promise<void>;