UNPKG

koishi-plugin-kbot

Version:
5 lines (4 loc) 241 B
import type { Context } from 'koishi'; import type { BilibiliDynamicItem } from '../model'; import type { IConfig } from '.'; export declare function renderFunction(ctx: Context, item: BilibiliDynamicItem, config: IConfig): Promise<string>;