UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 245 B
import { ProjectionOperator } from "../../types"; /** * 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;