/
home
/
infinitibizsol
/
.trash
/
node_modules.8
/
es-abstract
/
2021
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.8/es-abstract/2021/LengthOfArrayLike.js
'use strict'; var $TypeError = require('es-errors/type'); var Get = require('./Get'); var ToLength = require('./ToLength'); var Type = require('./Type'); // https://262.ecma-international.org/11.0/#sec-lengthofarraylike module.exports = function LengthOfArrayLike(obj) { if (Type(obj) !== 'Object') { throw new $TypeError('Assertion failed: `obj` must be an Object'); } return ToLength(Get(obj, 'length')); }; // TODO: use this all over
Copyright ©2k19 -
Hexid
|
Tex7ure