UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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