UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 300 B
import { ExpressionOperator } from "../../../types"; /** * Returns a boolean indicating whether a specified value is not an array. * Note: This expression operator is missing from the documentation * * @param {Object} obj * @param {Array} expr */ export declare const $nin: ExpressionOperator;