UNPKG

vue-condition-watcher

Version:

Vue composition API for automatic data fetching. With conditions as the core. Easily control and sync to URL query string by conditions

5 lines (4 loc) 125 B
export declare function usePromiseQueue(): { enqueue: (promise: any) => Promise<unknown>; dequeue: () => boolean; };