Skip to main content
Latest
method MongoClient.prototype.runCommand
import { MongoClient } from "https://deno.land/x/denomongo_unittest_utils@v0.5.3/examples/example_deps.ts";

Type Parameters

optional
T = any

Parameters

db: string
body: Document

Returns

Promise<T>