@wp-playground/storage 3.1.19 → 3.1.21
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +7 -6
package/index.js
CHANGED
|
@@ -2524,10 +2524,10 @@ function so() {
|
|
|
2524
2524
|
return Qe || (Qe = 1, function(n) {
|
|
2525
2525
|
var t = oo(), e = It, r = we, o = ao();
|
|
2526
2526
|
n.exports = function(f) {
|
|
2527
|
-
var s = r(arguments), h = f.length - (arguments.length - 1);
|
|
2527
|
+
var s = r(arguments), h = 1 + f.length - (arguments.length - 1);
|
|
2528
2528
|
return t(
|
|
2529
2529
|
s,
|
|
2530
|
-
|
|
2530
|
+
h > 0 ? h : 0,
|
|
2531
2531
|
!0
|
|
2532
2532
|
);
|
|
2533
2533
|
}, e ? e(n.exports, "apply", { value: o }) : n.exports.apply = o;
|