Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongo/mod.ts>AggregatePipeline

MongoDB driver for Deno
Very Popular
Go to Latest
type alias AggregatePipeline
import { type AggregatePipeline } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
definition: NotImplementedOperators<AggregateOperators> & Document & { [$match]?: Filter<T>; }