UNPKG

koishi-plugin-kbot

Version:
5 lines (4 loc) 234 B
import type { Context } from 'koishi'; import type { Entry } from '../model'; import type { IConfig } from '.'; export declare function renderFunction(ctx: Context, entry: Entry, config: IConfig, isListen?: boolean): Promise<string>;