UNPKG

hudada-cli

Version:

专为程序员准备的本地文档搜索,快捷开发工具

8 lines (7 loc) 203 B
/** * 随机读取 comment 文件夹下的一个 txt 文件内容 * @returns Promise<string> 文件内容 */ export declare function getRandomComment(options?: { all?: boolean; }): Promise<void>;