UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 263 B
import { Any, Options } from "../../../types"; /** * Matches all values that are not equal to the value specified in the query. */ export declare const $ne: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;