Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Hex

import { Hex } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";

§Variables

Hex.validator

Hexadecimal string validation regular expression. Matches strings comprised of only the 16 hexadecimal symbols, case-insensitively.

§Functions

Hex.parse

Parses a hexadecimal string to a byte array. Throws SyntaxError if the hexadecimal string is invalid.

Hex.stringify

Creates a hexadecimal string from a byte array.