UNPKG

wechat-work

Version:
3 lines (2 loc) 162 B
export declare const doGet: (url: string, clear?: boolean) => Promise<any>; export declare const doPost: (url: string, data: any, headers?: any) => Promise<any>;