Skip to main content
Module

x/mongo/mod.ts>Collection#drop

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

Parameters

optional
options: DropOptions

Returns

Promise<void>