next-expose
Version:
A fluent, type-safe API routing and middleware layer for the Next.js App Router.
7 lines • 348 B
TypeScript
/**
* @file The main entry point for the 'next-expose' library.
* This barrel file exports the core routing functionality.
* @module next-expose
*/
export { route, type ExposeContext, type ExposeFinalHandler, type ExposeMiddleware, type NextFunction, type NextJsRouteHandler, type HttpMethod, } from './core';
//# sourceMappingURL=main.d.ts.map