UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 156 B
import { QueryOperator } from "../../../types"; /** * Matches values that are greater than a specified value. */ export declare const $gt: QueryOperator;