UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 210 B
import { Any, AnyObject, Options } from "../../types"; /** * Returns the number of documents in the group or window. */ export declare const $count: (coll: AnyObject[], _expr: Any, _opts: Options) => number;