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

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

Defined in

src/utils/LZW.ts:40