Sha256: 8fc2140ce6165463b7ba7bb773bf691592364f65c0806edcccd2e97ea3e4f963
Contents?: true
Size: 194 Bytes
Versions: 248
Compression:
Stored size: 194 Bytes
Contents
'use strict'; // https://262.ecma-international.org/11.0/#sec-isbigintelementtype module.exports = function IsBigIntElementType(type) { return type === 'BigUint64' || type === 'BigInt64'; };
Version data entries
248 entries across 64 versions & 5 rubygems