Skip to main content
Module

x/mongo/mod.ts>Bson.MaxKey

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

A class representation of the BSON MaxKey type.

Properties

readonly
_bsontype: "MaxKey"

Methods

inspect(): string