@exodus/bytes
    Preparing search index...
    • Implements get an encoding from a string label.

      Convert an encoding label to its name, as a case-sensitive string.

      If an encoding with that label does not exist, returns null.

      All encoding names are also valid labels for corresponding encodings.

      Parameters

      • label: string

        The encoding label

      Returns string

      The proper case encoding name, or null if invalid