Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/uuid.ts>UUID.createFromHexString

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method UUID.createFromHexString
import { UUID } from "https://deno.land/x/web_bson@v0.2.5/src/uuid.ts";

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

Parameters

hexString: string
  • 32 or 36 character hex string (dashes excluded/included).