3 lines
182 B
TypeScript
3 lines
182 B
TypeScript
import { Middleware } from '../../types';
|
|
export declare const runMiddleware: <T>(context: T, middlewares: Middleware<T>[]) => Promise<void>;
|
|
//# sourceMappingURL=middleware.d.ts.map
|