type MetaMiddleware<T, R> = MetaPipe<T, R> & MiddlewareOptions;
Represents a MetaMiddleware type.
T = unknown
T
unknown
R = T
R