mingo
Version:
MongoDB query language for in-memory objects
11 lines (10 loc) • 395 B
TypeScript
import { ExpressionOperator } from "../../../types";
/**
* Defines variables for use within the scope of a sub-expression and returns the result of the sub-expression.
*
* @param obj The target object for this expression
* @param expr The right-hand side of the operator
* @param options Options to use for this operattion
* @returns {*}
*/
export declare const $let: ExpressionOperator;