mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
439 B
439 B
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