UNPKG

@helenejs/react

Version:

Real-time Web Apps for Node.js

3 lines (2 loc) 158 B
import { Collection } from '@helenejs/data'; export declare function useTracker<T = any>(func: () => Promise<T>, collections: Collection[], deps?: any[]): T;