UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

9 lines (8 loc) 263 B
/** * Converts a base64url-encoded string into a base64-encoded string. * * @export * @param {string} str The base64url-encoded string. * @returns {string} The base64-encoded string. */ export declare function convertBase64urlToBase64(str: string): string;