함수: asyncThrottlerOptions()
function asyncThrottlerOptions<TFn, TOptions>(options): TOptions;
정의 위치: async-throttler.ts:148
AsyncThrottlerOptions 공통 옵션을 서로 다른 AsyncThrottler 인스턴스에서 공유하기 위한 유틸리티 함수입니다.
타입 매개변수
TFn
TFn extends AnyAsyncFunction = AnyAsyncFunction
TOptions
TOptions extends Partial<AsyncThrottlerOptions<TFn>> = Partial<AsyncThrottlerOptions<TFn>>
매개변수
options
TOptions
반환값
TOptions