UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 216 B
import { ExpressionOperator } from "../../../types"; /** * Applies a sub-expression to each element of an array and returns the array of resulting values in order. */ export declare const $map: ExpressionOperator;