Skip to main content
Module

x/mongo/mod.ts>Bson.ObjectIdLike

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface Bson.ObjectIdLike
import { type Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { ObjectIdLike } = Bson;

Properties

id: string | Uint8Array
optional
__id: string

Methods

toHexString(): string