UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

Dette scriptet burde ikke installeres direkte. Det er et bibliotek for andre script å inkludere med det nye metadirektivet // @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Forfatter
-[dannysaurus]-
Versjon
1.0
Lagd
01.03.2025
Oppdatert
01.03.2025
Size
1,8 kB
Lisens
MIT

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

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