UNPKG

psn-wrapper

Version:
3 lines (2 loc) 124 B
declare const callAPI: (url: string, params?: {}) => Promise<import("axios").AxiosResponse<any, any>>; export { callAPI, };