UNPKG

next-compose-middleware

Version:

`next-compose-middleware` is a library that simplifies building complex, declarative middleware for Next.js applications. It allows you to create highly readable and maintainable middleware by composing multiple functions together.

3 lines (2 loc) 102 B
export { composeMiddleware } from './compose'; export type { ComposableMiddleware } from './compose';