mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 04:27:59 +00:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
/**
|
|
* @name base64Trim
|
|
* @description Trims padding characters
|
|
*/
|
|
export declare function base64Trim(value: string): string;
|