Skip to main content
Module

x/mongo/mod.ts>Collection#findOne

MongoDB driver for Deno
Very Popular
Go to Latest
method Collection.prototype.findOne
import { Collection } from "https://deno.land/x/mongo@v0.31.2/mod.ts";

Parameters

optional
filter: Filter<T>
optional
options: FindOptions

Returns

Promise<T | undefined>