codec-utils v0.3.4isValidBase32On this pageisValidBase32 Checks if all the characters in s are in the given base32 alphabet. Checks lengths if their pad characters at the end export function isValidBase32(encoded: string): boolean Arguments NameTypeDescriptionencodedstring Return value boolean