Hex.validator
import { Hex } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";
const { validator } = Hex;
Hexadecimal string validation regular expression. Matches strings comprised of only the 16 hexadecimal symbols, case-insensitively.
const validator: RegExp;