UNPKG

web-error-monitor

Version:

ts实现前端项目源码上传、错误信息监控

3 lines (2 loc) 138 B
export declare const httpGet: (api: any) => Promise<unknown>; export declare const httpPost: (api: any, params: any) => Promise<unknown>;