Skip to main content
Module

x/mongo/mod.ts>Bson.BinarySequence

MongoDB driver for Deno
Extremely Popular
Go to Latest
type alias Bson.BinarySequence
import { type Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { BinarySequence } = Bson;
definition: Uint8Array | number[]