Files
YouTube.js/docs/api/youtubei.js/namespaces/LZW/functions/decompress.md
2025-10-12 12:09:24 -03:00

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