Base64EncodedString.reviver Function
A function suitable for use with JSON.parse to revive a Base64EncodedString into a Uint8Array.
reviver(_name: string, value: any): any
| Parameter | Type | Description |
|---|---|---|
| _name | string | |
| value | any |
Returns - any
Defined in
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.