UNPKG

mingo

Version:

MongoDB query language for in-memory objects

13 lines (12 loc) 337 B
import { PipelineOperator } from "../../types"; /** * 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;