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

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;