Searched defs:sortSources (Results 1 – 3 of 3) sorted by relevance
2 export declare function sortSources<T extends HashSource>(sources: T[]): T[]; function
4 function sortSources(sources) { function
3 export function sortSources<T extends HashSource>(sources: T[]): T[] { function