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

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