feat:node-modules
This commit is contained in:
7
node_modules/core-js/internals/is-big-int-array.js
generated
vendored
Normal file
7
node_modules/core-js/internals/is-big-int-array.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
var classof = require('../internals/classof');
|
||||
|
||||
module.exports = function (it) {
|
||||
var klass = classof(it);
|
||||
return klass === 'BigInt64Array' || klass === 'BigUint64Array';
|
||||
};
|
||||
Reference in New Issue
Block a user