UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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