UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

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;