Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongo/deps.ts>MinKey

MongoDB driver for Deno
Extremely Popular
Go to Latest
class MinKey
extends BSONValue
import { MinKey } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string