UNPKG

cqcode

Version:

CQCode Helper for NodeJS.

8 lines (7 loc) 315 B
import type { CQCode, FindProps } from '../index'; /** * @param { string } text 即将被寻找CQCode的字符串。 * @param { FindProps } props 传入函数的参数。 * @return { CQCode[] } 返回寻找到的CQCode对象列表。 */ export declare const find: (text: string, props?: FindProps) => CQCode[];