Eine nützliche Bibliothek für verschiedene Funktionen
Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js
const UTILS = (() => {
const { throttle, } = unsafeWindow.dannysaurus_epik.libraries.UTILS_FUNCTION;
return {
throttle,
}
})();
const fnc = async () => {
//
};
const fncThrottled = UTILS.throttle(fnc, 300);