UNPKG

114 BTypeScriptView Raw
1import type { Logger } from "pino";
2export declare function getErrorHandler(log: Logger): (error: Error) => void;