Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/model/dependencies/mongo.ts>Collection#find

model based mongo for deno
Latest
method Collection.prototype.find
import { Collection } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

Parameters

optional
filter: Filter<T>
optional
options: FindOptions

Returns

FindCursor<T>