UNPKG

@icebro/actionhero

Version:

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

4 lines (3 loc) 243 B
/// <reference types="node" /> import type { ActionheroLogLevel } from "../modules/log"; export declare type ExceptionReporter = (error: NodeJS.ErrnoException, type: string, name: string, objects?: any, severity?: ActionheroLogLevel) => void;