Library API
    Preparing search index...

    Function reveal

    • Reconstructs a string from an array of char codes. Useful for hiding strings from minifiers and reverse-engineers.

      Parameters

      • codes: number[]

        The array of character codes

      Returns string

      The reconstructed string

      reveal([104, 105]); // 'hi'