base64.encode(text: string)
text
string
Returns encoded text.
base64.decode(text: string): string
base64.decode(text: string):
Returns decoded text.
Last updated 2 years ago