Searched refs:typeOfVal (Results 1 – 1 of 1) sorted by relevance
124 const typeOfVal = value.$type?.name ?? value.constructor?.name; constant125 if (typeOfVal === 'Long' || typeOfVal === 'BigInt') return true;