UNPKG

mingo

Version:

MongoDB query language for in-memory objects

13 lines (12 loc) 336 B
import { PipelineOperator } from "../../core"; /** * Restricts the number of documents in an aggregation pipeline. * * See {@link https://www.mongodb.com/docs/manual/reference/operator/aggregation/limit/ usage}. * * @param collection * @param value * @param options * @returns */ export declare const $limit: PipelineOperator;