Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aether/deps.ts>Bson.UUID.createFromHexString

A Deno library to interface with the Discord API
Latest
method Bson.UUID.createFromHexString
Re-export
import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;

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

Parameters

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