UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 184 B
/** * Sorts an Array of Objects with a priority key */ export declare function sortGlobalMiddleware(globalMiddlewareList: Array<any>, middleware: { [key: string]: any; }): void;