UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 266 B
import { AnyObject, SortSpec } from "../../types"; /** Removes the first or last element of an array. */ export declare function $pop(expr: SortSpec, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];