UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 269 B
import { Any, AnyObject, Options } from "../../types"; /** Removes all instances of the specified values from an existing array. */ export declare const $pullAll: (obj: AnyObject, expr: Record<string, Any[]>, arrayFilters?: AnyObject[], options?: Options) => string[];