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 |
| Hex.stringify | Creates a hexadecimal string from a byte array. |