Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/utils/
H A DsortObject.js9 exports.sortWithOrder = sortWithOrder;
17 const sorted = sortWithOrder(Object.keys(obj), order);
23 function sortWithOrder(obj, order) { function
H A DsortObject.d.ts3 export declare function sortWithOrder(obj: string[], order: string[]): string[];
H A DsortObject.js.map1sortWithOrder","groupOrder","Set","concat","length","shift","index","indexOf","item","splice","pus…
/expo/packages/@expo/config-plugins/src/utils/
H A DsortObject.ts20 const sorted = sortWithOrder(Object.keys(obj), order);
31 export function sortWithOrder(obj: string[], order: string[]): string[] { function