UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 166 B
import { QueryOperator } from "../../../types"; /** * Matches arrays that contain all elements specified in the query. */ export declare const $all: QueryOperator;