Home
last modified time | relevance | path

Searched refs:sortLongest (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dscheme.ts20 function sortLongest(obj: string[]): string[] { function
31 return expoOnlySchemes.length > 0 ? sortLongest(expoOnlySchemes) : sortLongest(schemes);