Function decompressString

  • Decompresses a string with lz4js.decompress().

    Parameters

    • str: string

      The input string

    Returns string

    str - The decompressed string

Generated using TypeDoc