codec-utils v0.3.4Base32PropsBase32Props export type Base32Props = {alphabet??: string} | { alphabet??: string padChar: string strict??: boolean}