Skip to main content
Module

std/uuid/_common.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.139.0/uuid/_common.ts";

Functions

Converts the byte array to a UUID string

Creates a buffer for creating a SHA-1 hash.

Converts a string to a byte array using the char code.

Converts a string to a byte array by converting the hex value to a number.