Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Parameters

optional
options: DropOptions

Returns

Promise<void>