YouTube.js
Guide
Discord
GitHub
Guide
Discord
GitHub

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

Edit this page
Last Updated:: 3/25/25, 8:08 PM
Contributors: EdamAme-x