mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +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