UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 173 B
import { QueryOperator } from "../../../types"; /** * Matches any of the values that exist in an array specified in the query. */ export declare const $in: QueryOperator;