UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 181 B
import { ExpressionOperator } from "../../../types"; /** * Returns a boolean indicating whether a specified value is in an array. */ export declare const $in: ExpressionOperator;