Home
last modified time | relevance | path

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

/expo/packages/@expo/fingerprint/src/
H A DSort.ts10 const typeResult = typeOrder[a.type] - typeOrder[b.type]; constant
11 if (typeResult === 0) {
20 return typeResult;
/expo/packages/@expo/fingerprint/build/
H A DSort.js11 const typeResult = typeOrder[a.type] - typeOrder[b.type];
12 if (typeResult === 0) {
23 return typeResult;