UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 218 B
/** * Converts the given string to base64 representation * @param {string} str Input string * @return string The base64 representation of the input string */ export declare const toBase64: (str: string) => string;