youtubei.js / LZW / 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
youtubei.js / LZW / decompress
decompress(
input
):string
Decompresses data that was compressed using the LZW compression algorithm.
• input: string
The data to be decompressed.
string