UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Autor
-[dannysaurus]-
Wersja
1.0
Utworzono
01-03-2025
Zaktualizowano
01-03-2025
Rozmiar
1,76 KB
Licencja
MIT

const UTILS = (() => {
const { throttle, } = unsafeWindow.dannysaurus_epik.libraries.UTILS_FUNCTION;
return {
throttle,
}
})();

const fnc = async () => {
//
};
const fncThrottled = UTILS.throttle(fnc, 300);