UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

10 lines (8 loc) 218 B
import type { ActionheroLogLevel } from "../modules/log"; export type ExceptionReporter = ( error: NodeJS.ErrnoException, type: string, name: string, objects?: any, severity?: ActionheroLogLevel, ) => void;