youtubei.js / LZW / decompress
Function: decompress()
decompress(
input
):string
Defined in: src/utils/LZW.ts:40
Decompresses data that was compressed using the LZW compression algorithm.
Parameters
input
string
The data to be decompressed.
Returns
string