Skip to main content
Module

x/web_bson/mod.js>MaxKey

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
class MaxKey
extends BSONValue
import { MaxKey } from "https://deno.land/x/web_bson@v0.3.0/mod.js";

A class representation of the BSON MaxKey type.

Properties

readonly
_bsontype: "MaxKey"

Methods

inspect(): string