• Deflate compression

    Parameters

    • data: Uint8Array

      The data to be compressed

    Returns Result<Uint8Array, DeflateError>

    A Result containing the compressed Uint8Array on ok or a DeflateError on error

Generated using TypeDoc