Skip to main content
Module

x/mongo/mod.ts>Bson.MinKey

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

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string