IMPORT_PATH: "@daiso-tech/core/codec/base-64-codec"

Implements

Constructors

Methods

Constructors

Methods

  • Decodes the given encoded value into decoded format. Transforms data from encoded format back to original format.

    Parameters

    • encodedValue: string

      The value in encoded format to decode

    Returns string

    The value in decoded format

  • Encodes the given decoded value into encoded format. Transforms data from original format to target encoding.

    Parameters

    • decodedValue: string

      The value in original format to encode

    Returns string

    The value in encoded format