UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 187 B
import { ExpressionOperator } from "../../../types"; /** * Compares two values and returns the result of the comparison as an integer. */ export declare const $cmp: ExpressionOperator;