reykit 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28019,7 +28019,7 @@ const qA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
28019
28019
|
__proto__: null
|
|
28020
28020
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
28021
28021
|
function* ES(g, U, j) {
|
|
28022
|
-
if (j
|
|
28022
|
+
if (j === 0) throw new Error('the parameter "step" cannot be 0');
|
|
28023
28023
|
let T;
|
|
28024
28024
|
if (U === void 0 ? (T = 0, U = g) : T = g, j = j ?? 1, j > 0)
|
|
28025
28025
|
for (let J = T; J < U; J += j)
|
|
@@ -28030,7 +28030,7 @@ function* ES(g, U, j) {
|
|
|
28030
28030
|
}
|
|
28031
28031
|
function GA(g, U, j) {
|
|
28032
28032
|
let T;
|
|
28033
|
-
return U
|
|
28033
|
+
return U === void 0 ? T = ES(g) : T = ES(g, U, j), Array.from(T);
|
|
28034
28034
|
}
|
|
28035
28035
|
const XA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28036
28036
|
__proto__: null,
|