lz11

1.0.3 • Public • Published

npm deps

lz11

Decompresses a LZ11 compressed buffer

API

decompress ⇒ Promise.<Buffer>

Decompresses a LZ11 compressed buffer

Kind: global variable
Returns: Promise.<Buffer> - A promise that resolves to the decompressed data buffer

Param Type Description
inputBuffer Buffer LZ11 compressed buffer
maxDecompressedSize Integer The maximum size for the output buffer

Credit

Based on the work by mtheall located at https://github.com/mtheall/decompress/

Readme

Keywords

Package Sidebar

Install

npm i lz11

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

5.73 kB

Total Files

5

Last publish

Collaborators

  • dantheman827