UTILS_FUNCTION Library

library to modify functions and arrow functions

Verzia zo dňa 01.03.2025. Pozri najnovšiu verziu.

Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @require https://update.greasyforks.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Autor
-[dannysaurus]-
Verzia
1.0
Vytvorené
01.03.2025
Aktualizované
01.03.2025
Veľkosť
1,8 KB
Licencia
MIT

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

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

长期地址
遇到问题?请前往 GitHub 提 Issues。