UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 181 B
import { QueryOperator } from "../../../types"; /** * Matches values that are less than or equal to the value specified in the query. */ export declare const $lte: QueryOperator;