UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

יוצר
-[dannysaurus]-
גרסה
1.0
נוצר
01-03-2025
עודכן
01-03-2025
Size
1.76 קילו-בייט
רישיון
MIT

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

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