UNPKG

mingo

Version:

MongoDB query language for in-memory objects

11 lines (10 loc) 248 B
import { PipelineOperator } from "../../core"; /** * Restricts the number of documents in an aggregation pipeline. * * @param collection * @param value * @param options * @returns {Object|*} */ export declare const $limit: PipelineOperator;