2d12c8a553
Run ID: 131
9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
/**
|
|
* @deprecated Use `sortSortableRoutes` or `sortPages` instead.
|
|
*/
|
|
export declare function getSortedRoutes(normalizedPages: ReadonlyArray<string>): string[];
|
|
/**
|
|
* @deprecated Use `sortSortableRouteObjects` or `sortPageObjects` instead.
|
|
*/
|
|
export declare function getSortedRouteObjects<T>(objects: T[], getter: (obj: T) => string): T[];
|