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

Version Path
immosquare-cleaner-0.1.68 node_modules/es-abstract/2022/IsUnsignedElementType.js
immosquare-cleaner-0.1.68 node_modules/es-abstract/2023/IsUnsignedElementType.js
immosquare-cleaner-0.1.68 node_modules/es-abstract/2021/IsUnsignedElementType.js
immosquare-cleaner-0.1.68 node_modules/es-abstract/2020/IsUnsignedElementType.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2022/IsUnsignedElementType.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2021/IsUnsignedElementType.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2020/IsUnsignedElementType.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2023/IsUnsignedElementType.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2020/IsUnsignedElementType.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2021/IsUnsignedElementType.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2022/IsUnsignedElementType.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2023/IsUnsignedElementType.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2020/IsUnsignedElementType.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2021/IsUnsignedElementType.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2022/IsUnsignedElementType.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2023/IsUnsignedElementType.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2022/IsUnsignedElementType.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2020/IsUnsignedElementType.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2023/IsUnsignedElementType.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2021/IsUnsignedElementType.js