UNPKG

helene

Version:
3 lines (2 loc) 230 B
import { Collection } from '../../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;