UNPKG

autumn-js

Version:
9 lines (7 loc) 187 B
declare const logFetchError: ({ method, backendUrl, path, error, }: { method: string; backendUrl: string; path: string; error: any; }) => void; export { logFetchError };