All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.is-big-int-array.js Maven / Gradle / Ivy

The newest version!
'use strict';
var classof = require('../internals/classof');

module.exports = function (it) {
  var klass = classof(it);
  return klass === 'BigInt64Array' || klass === 'BigUint64Array';
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy