UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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