UNPKG

@polkadot/util-crypto

Version:
6 lines (5 loc) 128 B
/** * @name base64Trim * @description Trims padding characters */ export declare function base64Trim(value: string): string;