Searched refs:pathIsString (Results 1 – 1 of 1) sorted by relevance
364 const pathIsString = typeof path === 'string'; constant368 if ((!pathIsString && !pathIsUint8Array) ||369 (pathIsString && !StringPrototypeIncludes(path, '\u0000')) ||