@tempots/std

decodeBase64() function

Decodes a base64 encoded string.

Signature:

decodeBase64: (s: string) => string

Parameters

Parameter

Type

Description

s

string

The base64 encoded string to decode.

Returns: string

The decoded string.

Exceptions

Throws a MissingImplementationError if no implementation is found for base64 decoding.