UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 244 B
import { Any, Options } from "../../../types"; /** * Matches values that are greater than a specified value. */ export declare const $gt: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;