@xwadex/fesd 0.0.1-4.14.rc → 0.0.1-4.16.rc
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/README.md
CHANGED
@@ -11231,11 +11231,11 @@ function Jv() {
|
|
11231
11231
|
}, 1e3);
|
11232
11232
|
});
|
11233
11233
|
}
|
11234
|
-
function Zv(e) {
|
11234
|
+
function Zv(e = 500) {
|
11235
11235
|
return new Promise((n, t) => {
|
11236
11236
|
let a = setTimeout(() => {
|
11237
11237
|
clearTimeout(a), n();
|
11238
|
-
},
|
11238
|
+
}, e);
|
11239
11239
|
});
|
11240
11240
|
}
|
11241
11241
|
function Qv() {
|