UNPKG

153 BTypeScriptView Raw
1import Plugable from './Plugable';
2declare function applyMiddleware<T>(...middlewares: Array<Plugable<T>>): Plugable<T>;
3export default applyMiddleware;