UNPKG

@ingeze/api-error

Version:

A TypeScript library for handling HTTP errors in Express, NestJS, and Fastify APIs.

8 lines (7 loc) 266 B
export * from "./error-handler.js"; export * from "./not-found-error.js"; export * from "./unauthorized-error.js"; export * from "./bad-request-error.js"; export * from "./validation-error.js"; export * from "./forbidden-error.js"; //# sourceMappingURL=index.js.map