UNPKG

turtle-express

Version:

`turtle-express` is kinda a framework or a library based on `express.js` with an opinionated express router with type safety and schema validation with zod. Also many [more features](https://github.com/mm-ninja-turtles/turtle-express/discussions/7) planni

3 lines 151 B
import type { ErrorRequestHandler } from 'express'; export declare const errorHandler: ErrorRequestHandler; //# sourceMappingURL=error-handler.d.ts.map