UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @require https://update.greatest.deepsurf.us/scripts/528459/1545384/UTILS_FUNCTION%20Library.js(으)로 포함하여 쓰는 라이브러리입니다.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
-[dannysaurus]-
버전
1.0
생성
2025-03-01
갱신
2025-03-01
크기
1.76KB
라이선스
MIT

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

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