UTILS_FUNCTION Library

library to modify functions and arrow functions

As of 01.03.2025. See ბოლო ვერსია.

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greatest.deepsurf.us/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);