UNPKG

hudada-cli

Version:

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

14 lines (13 loc) 967 B
export declare function handleGithubSearch(keyword: string): Promise<void>; export declare function handleBaiduSearch(keyword: string): Promise<void>; export declare function handleStackOverflowSearch(keyword: string): Promise<void>; export declare function handleBilibiliSearch(keyword: string): Promise<void>; export declare function handleJuejinSearch(keyword: string): Promise<void>; export declare function handleZhihuSearch(keyword: string): Promise<void>; export declare function handleCSDNSearch(keyword: string): Promise<void>; export declare function handleBingSearch(keyword: string): Promise<void>; export declare function handleGoogleSearch(keyword: string): Promise<void>; export declare function handleHttpUrl(url: string): Promise<void>; export declare function handleHttpUrlPrivate(url: string): Promise<void>; export declare function handleNpmSearch(keyword: string): Promise<void>; export declare function handleMDN(args: string[]): Promise<void>;