Greasy Fork is available in English.

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
创建于
2025-03-01
更新于
2025-03-01
大小
1.8 KB
许可证
MIT

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

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