UNPKG

@helenejs/react

Version:

Real-time Web Apps for Node.js

3 lines (2 loc) 236 B
import { Collection } from '@helenejs/data'; export declare function useFind(collection: Collection, filter: Record<string, any>, sort?: Record<string, 1 | -1>, projection?: Record<string, 0 | 1>, limit?: number, skip?: number): any[];