next-expose
Version:
A fluent, type-safe API routing and middleware layer for the Next.js App Router.
6 lines • 325 B
TypeScript
/**
* @file Public entry point for error utilities.
* @module next-expose/errors
*/
export { ApiError, AuthenticationError, AuthorizationError, BadRequestError, ConflictError, TooManyRequestsError, InternalServerError, NotFoundError, ValidationError, isApiError, } from './lib/errors';
//# sourceMappingURL=errors.d.ts.map