Skip to main content
Module

x/aether/deps.ts>Collection#count

A Deno library to interface with the Discord API
Latest
method Collection.prototype.count
Deprecated
Deprecated

Use countDocuments or estimatedDocumentCount instead

import { Collection } from "https://deno.land/x/aether@v0.0.3/deps.ts";

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>