UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 248 B
import { Any, Options } from "../../types"; /** * Returns an array of all the unique values for the selected field among for each document in that group. */ export declare const $addToSet: (coll: Any[], expr: Any, options: Options) => unknown[];