codec-utils v0.3.4decodeBase32On this pagedecodeBase32 Decodes a Base32 string into bytes. export function decodeBase32(encoded: string): number[] Arguments NameTypeDescriptionencodedstring Return value number[]