mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
410 B
410 B
youtubei.js / LZW / compress
Function: compress()
compress(
input):string
Compresses a string using the LZW compression algorithm.
Parameters
• input: string
The data to compress.
Returns
string