UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 244 B
import { ProjectionOperator } from "../../core"; /** * Limits the number of elements projected from an array. Supports skip and limit slices. * * @param obj * @param field * @param expr */ export declare const $slice: ProjectionOperator;