Skip to main content
Module

x/mongo/mod.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/mod.ts";

A class representation of the BSON MinKey type.

Properties

readonly
_bsontype: "MinKey"

Methods

inspect(): string