UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 273 B
import { ExpressionOperator } from "../../../types"; /** * A ternary operator that evaluates one expression, * and depending on the result returns the value of one following expressions. * * @param obj * @param expr */ export declare const $cond: ExpressionOperator;