PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2019/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2019/ToLength.js

'use strict';

var MAX_SAFE_INTEGER = require('../helpers/maxSafeInteger');

var ToInteger = require('./ToInteger');

module.exports = function ToLength(argument) {
	var len = ToInteger(argument);
	if (len <= 0) { return 0; } // includes converting -0 to +0
	if (len > MAX_SAFE_INTEGER) { return MAX_SAFE_INTEGER; }
	return len;
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home