mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
406 B
406 B
youtubei.js / LZW / compress
Function: compress()
compress(
input):string
Defined in: src/utils/LZW.ts:5
Compresses a string using the LZW compression algorithm.
Parameters
input
string
The data to compress.
Returns
string