forked from external-repos/squoosh
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
/* tslint:disable */
|
|
export function compress(arg0: Uint8Array, arg1: number): Promise<Uint8Array>;
|
|
|