@wp-playground/storage 3.1.18 → 3.1.20
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
|
@@ -2528,10 +2528,10 @@ function fo() {
|
|
|
2528
2528
|
return er || (er = 1, function(n) {
|
|
2529
2529
|
var t = so(), e = It, r = ge, o = co();
|
|
2530
2530
|
n.exports = function(f) {
|
|
2531
|
-
var s = r(arguments), h = f.length - (arguments.length - 1);
|
|
2531
|
+
var s = r(arguments), h = 1 + f.length - (arguments.length - 1);
|
|
2532
2532
|
return t(
|
|
2533
2533
|
s,
|
|
2534
|
-
|
|
2534
|
+
h > 0 ? h : 0,
|
|
2535
2535
|
!0
|
|
2536
2536
|
);
|
|
2537
2537
|
}, e ? e(n.exports, "apply", { value: o }) : n.exports.apply = o;
|