Skip to main content
Module

x/mongo/mod.ts>Bson.BinaryExtended

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface Bson.BinaryExtended
import { type Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { BinaryExtended } = Bson;

Properties

$binary: { subType: string; base64: string; }