Skip to main content
Module

x/mongo/mod.ts>Filter

MongoDB driver for Deno
Extremely Popular
Go to Latest
type alias Filter
import { type Filter } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
definition: NotImplementedOperators<"$type"> & RootFilterOperators<T> & [Key in keyof T]?: T[Key] | FilterOperators<T[Key]>