Provides a means for composing multiplemiddleware functions into a single handler
A middleware composition library for Next.js applications that allows you to organize and chain middleware functions based on URL patterns.
Telegraf local sessions middleware with multiple supported storage types (Memory/FileSync/FileAsync/...) using lowdb
`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.