Skip to main content
Module

x/mongo/mod.ts>MaxKey

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

A class representation of the BSON MaxKey type.

Properties

readonly
_bsontype: "MaxKey"

Methods

inspect(): string