UNPKG

@simulacrum/auth0-simulator

Version:

Run local instance of Auth0 API for local development and integration testing

3 lines 223 B
import type { Request, Response, NextFunction } from "express"; export declare function defaultErrorHandler(error: Error, _req: Request, res: Response, next: NextFunction): void; //# sourceMappingURL=error-handling.d.ts.map