UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 221 B
import { Any, AnyObject, Options } from "../../../types"; /** * Matches values that are less than the value specified in the query. */ export declare const $lt: (obj: AnyObject, expr: Any, options: Options) => boolean;