Searched refs:pathIsString (Results 1 – 1 of 1) sorted by relevance
346 const pathIsString = typeof path === 'string'; constant350 if ((!pathIsString && !pathIsUint8Array) ||351 (pathIsString && !path.includes('\u0000')) ||