UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

7 lines (6 loc) 188 B
/** * Check if a string is base64 encoded * @param str - The string to check * @returns true if the string is base64 encoded */ export declare function isBase64(str: string): boolean;