mingo
Version:
MongoDB query language for in-memory objects
4 lines (3 loc) • 301 B
TypeScript
import { Any, AnyObject } from "../../types";
/** Removes all instances of the specified values from an existing array. */
export declare function $pullAll(expr: Record<string, Any[]>, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];