UTILS_FUNCTION Library

library to modify functions and arrow functions

当前为 2025-03-01 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://updategreasyfork.deno.dev/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);