UNPKG

@rero/ng-core

Version:

RERO angular core library.

5 lines (4 loc) 131 B
/** * Wrapper sort function for the recursive one. */ export declare const sortByKeys: <T>(data: T[], ...keys: string[]) => T[];