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

Parameters

filter: Filter<T>
doc: UpdateFilter<T>
optional
options: UpdateOptions