base64_decode
base64_decode(data: string
): number[]
Decodes the data in the Base64 encoding
Parameters
data:
string
Data to decode
Returns
type:
number[]
base64_decode(data: string
): number[]
Decodes the data in the Base64 encoding
string
Data to decode
number[]