UNPKG

mingo

Version:

MongoDB query language for in-memory objects

11 lines (10 loc) 254 B
import { PipelineOperator } from "../../core"; /** * Takes an array of documents and returns them as a stream of documents. * * @param collection * @param expr * @param options * @returns {Array} */ export declare const $unwind: PipelineOperator;