UNPKG

meilisearch

Version:

The Meilisearch JS client for Node.js and the browser.

5 lines 330 B
import { FetchError } from '../types'; declare function httpResponseErrorHandler(response: Response): Promise<Response>; declare function httpErrorHandler(response: FetchError, stack?: string, url?: string): Promise<void>; export { httpResponseErrorHandler, httpErrorHandler }; //# sourceMappingURL=http-error-handler.d.ts.map