UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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