[youtubei.js](../../../README.md) / [LZW](../README.md) / decompress # Function: decompress() > **decompress**(`input`): `string` Decompresses data that was compressed using the LZW compression algorithm. ## Parameters • **input**: `string` The data to be decompressed. ## Returns `string` ## Defined in [src/utils/LZW.ts:40](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/LZW.ts#L40)