Base58.validator
import { Base58 } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";
const { validator } = Base58;
Base58 string validation regular expression. Tests a string against the common Base58 alphabet as defined in the the Base58 Encoding Scheme.
const validator: RegExp;