Skip to main content
Module

x/atlas_sdk/deps.ts>MinKey

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
class MinKey
extends BSONValue
import { MinKey } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.ts";

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string