Searched refs:pathIsUint8Array (Results 1 – 1 of 1) sorted by relevance
347 const pathIsUint8Array = isUint8Array(path); constant350 if ((!pathIsString && !pathIsUint8Array) ||352 (pathIsUint8Array && !path.includes(0))) {