Files
YouTube.js/docs/api/namespaces/LZW/functions/decompress.md
2024-11-22 04:25:16 -03:00

22 lines
443 B
Markdown

[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/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/LZW.ts#L40)