UNPKG

@loopback/express

Version:

Integrate with Express and expose middleware infrastructure for sequence and interceptors

7 lines (6 loc) 233 B
/** * Sort the groups by their relative order * @param orderedGroups - A list of arrays - each of which represents a partial * order of groups. */ export declare function sortListOfGroups(...orderedGroups: string[][]): string[];