UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 251 B
import { Any, AnyObject, Options } from "../../types"; /** * Limits the number of elements projected from an array. Supports skip and limit slices. */ export declare const $slice: (obj: AnyObject, expr: Any, field: string, options: Options) => Any;