UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 238 B
import { AnyObject, Options } from "../../types"; /** Removes the first or last element of an array. */ export declare const $pop: (obj: AnyObject, expr: Record<string, 1 | -1>, arrayFilters?: AnyObject[], options?: Options) => string[];