Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
method Collection.prototype.aggregate
import { Collection } from "https://deno.land/x/mongo@v0.31.2/src/collection/mod.ts";

Type Parameters

optional
U = T

Parameters

pipeline: AggregatePipeline<U>[]
optional
options: AggregateOptions

Returns

AggregateCursor<U>