File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/src/number/toUInt.js
Back
define(function () { /** * "Convert" value into a 32-bit unsigned integer. * IMPORTANT: Value will wrap at 2^32. */ function toUInt(val){ // we do not use lang/toNumber because of perf and also because it // doesn't break the functionality return val >>> 0; } return toUInt; });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings