5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
// base64 is 4/3 + up to two characters of the original data
|
|
export declare function byteLength(b64);
|
|
export declare function toByteArray(b64);
|
|
export declare function fromByteArray(uint8);
|