Skip to main content
Module

x/web_bson/mod.js>MinKey

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

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string