UNPKG

276 BTypeScriptView Raw
1import { ErrorHandler } from './types';
2/**
3 * Returns a function that logs an error using the provided logger, or a
4 * console logger if one was not provided.
5 */
6export declare function loggingErrorHandler(): ErrorHandler;
7//# sourceMappingURL=logging-error-handler.d.ts.map
\No newline at end of file