Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method ObjectId.createFromHexString
import { ObjectId } from "https://deno.land/x/darkflare@v7.2.6/realm/mod.ts";

Creates an ObjectId from a hex string representation of an ObjectId.

Parameters

hexString: string
  • create a ObjectId from a passed in 24 character hexstring.