UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

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