mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 11:32:27 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
443 B
443 B
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