UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 270 B
import { ExpressionOperator } from "../../../types"; /** * Applies a sub-expression to each element of an array and returns the array of resulting values in order. * * @param obj * @param expr * @returns {Any[]|*} */ export declare const $map: ExpressionOperator;