UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 226 B
import { Any, AnyObject, Options } from "../../../types"; /** * Compares two values and returns the result of the comparison as an integer. */ export declare const $cmp: (obj: AnyObject, expr: Any, options: Options) => Any;