schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

View File

@@ -10,7 +10,7 @@ var isValue = require("../object/is-value")
var split = String.prototype.split;
module.exports = function (type) {
return function (value/*, exp*/) {
return function (value /*, exp*/) {
value = Number(value);
var exp = arguments[1];
if (isValue(exp)) exp = ensureInteger(exp);