UNPKG

next-expose

Version:

A fluent, type-safe API routing and middleware layer for the Next.js App Router.

6 lines 306 B
/** * @file Public entry point for response utilities. * @module next-expose/responses */ export { Ok, Created, NoContent, BadRequest, Unauthorized, Forbidden, NotFound, UnprocessableEntity, TooManyRequests, InternalServerError, Conflict, } from './lib/response'; //# sourceMappingURL=responses.d.ts.map