/** * Utility functions for sorting arrays */ /** * Sort items with time property of Date type (most recent first) */ export declare function sortByTime(items: T[]): T[]; //# sourceMappingURL=sort.d.ts.map