Sha256: ce9973faeaa330b09173245337ff899b86a63b895f5de7106f5f28a8fba9e7f2
Contents?: true
Size: 266 Bytes
Versions: 244
Compression:
Stored size: 266 Bytes
Contents
'use strict'; // https://262.ecma-international.org/11.0/#sec-isunsignedelementtype module.exports = function IsUnsignedElementType(type) { return type === 'Uint8' || type === 'Uint8C' || type === 'Uint16' || type === 'Uint32' || type === 'BigUint64'; };
Version data entries
244 entries across 61 versions & 3 rubygems