UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

5 lines (4 loc) 367 B
export { debounceStrategy } from './debounceStrategy.js'; export { queueStrategy } from './queueStrategy.js'; export { throttleStrategy } from './throttleStrategy.js'; export type { Strategy, BaseStrategy, DebounceStrategy, DebounceStrategyOptions, QueueStrategy, QueueStrategyOptions, ThrottleStrategy, ThrottleStrategyOptions, StrategyOptions, } from './types.js';