method mongo.UUID.createFromHexStringRe-exportimport { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts"; const { UUID } = mongo; createFromHexString(hexString: string): UUIDCreates an UUID from a hex string representation of an UUID. ParametershexString: string 32 or 36 character hex string (dashes excluded/included). ReturnsUUID