Variable protoBase64Const
protoBase64: {
dec: ((base64Str) => Uint8Array);
enc: ((bytes) => string);
}
Type declaration
-
Readonly
dec: ((base64Str) => Uint8Array)
-
- (base64Str): Uint8Array
-
Returns Uint8Array
-
Readonly
enc: ((bytes) => string)
-
- (bytes): string
-
Returns string
Decodes a base64 string to a byte array.