mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 11:32:27 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
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