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

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>