Greasy Fork is available in English.

UTILS_FUNCTION Library

library to modify functions and arrow functions

اعتبارا من 01-03-2025. شاهد أحدث إصدار.

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://updategreasyfork.deno.dev/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

المؤلف
-[dannysaurus]-
الإصدار
1.0
تم إنشاؤه
01-03-2025
تم تحديثه
01-03-2025
Size
1.76 KB
الترخيص
MIT

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

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