UNPKG

actionhero

Version:

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

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