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