@randajan/jet-core
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -704,3 +704,3 @@ var __defProp = Object.defineProperty; | ||
while (r.length < l) { | ||
r += jet_default.childRnd(c[+(s = !s)]); | ||
r += jet_default.getRND(c[+(s = !s)]); | ||
} | ||
@@ -768,3 +768,3 @@ return r; | ||
for (var i = 0; i < str.length; i++) { | ||
r += w && (s[i] === "\n" || s[i] === " ") ? s[i] : p.length - 1 ? jet_default.childRnd(p) : p; | ||
r += w && (s[i] === "\n" || s[i] === " ") ? s[i] : p.length - 1 ? jet_default.getRND(p) : p; | ||
} | ||
@@ -771,0 +771,0 @@ return r; |
{ | ||
"name": "@randajan/jet-core", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Ecosystem of types and related usefull tools.", | ||
@@ -5,0 +5,0 @@ "repository": "randajan/jet-core", |
Sorry, the diff of this file is not supported yet
117634