variable isHeximport { isHex } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/format/hex.ts"; For use before hexToBin. Returns true if the provided string is valid hexadecimal (length is divisible by 2, only uses hexadecimal characters). type(maybeHex: string) => unknown