Module

x/web_bson/mod.d.ts>MinKey

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

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string