UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 220 B
import { ExpressionOperator } from "../../../types"; /** * Defines variables for use within the scope of a sub-expression and returns the result of the sub-expression. */ export declare const $let: ExpressionOperator;