UNPKG

mingo

Version:

MongoDB query language for in-memory objects

13 lines (11 loc) 233 B
/** */ import { ExpressionOperator } from "../../../types"; /** * Evaluates an expression and returns the first non-null value. * * @param obj * @param expr * @returns {*} */ export declare const $ifNull: ExpressionOperator;