Strategy

Type Alias: Strategy

ts
type Strategy = 
  | DebounceStrategy
  | QueueStrategy
  | ThrottleStrategy
  | BatchStrategy;
type Strategy = 
  | DebounceStrategy
  | QueueStrategy
  | ThrottleStrategy
  | BatchStrategy;

Defined in: packages/db/src/strategies/types.ts:113

Union type of all available strategies

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.