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