mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
/* tslint:disable */
|
|
export function compress(arg0: Uint8Array, arg1: number): Promise<Uint8Array>;
|
|
|