UNPKG

hudada-cli

Version:

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

9 lines (8 loc) 307 B
interface TranslateConfig { BAIDU_APP_ID: string; BAIDU_SECRET: string; } export declare function handleSetTranslateKey(): Promise<void>; export declare function handleTranslateSet(): Promise<void>; export declare function translate(text: string, config: TranslateConfig): Promise<void>; export {};