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