function asyncDebouncerOptions<TFn, TOptions>(options): TOptions
function asyncDebouncerOptions<TFn, TOptions>(options): TOptions
Defined in: async-debouncer.ts:140
Utility function for sharing common AsyncDebouncerOptions options between different AsyncDebouncer instances.
• TFn extends AnyAsyncFunction = AnyAsyncFunction
• TOptions extends Partial<AsyncDebouncerOptions<TFn>> = Partial<AsyncDebouncerOptions<TFn>>
TOptions
TOptions
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
