Files
YouTube.js/docs/api/youtubei.js/namespaces/LZW/functions/decompress.md
2026-05-07 14:38:16 -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