Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts17 const isObjStr = (str: string): boolean => /^\w+: {/g.test(str); constant
24 if (isObjStr(a)) return 1;
25 if (isObjStr(b)) return -1;