UNPKG

@yireen/squoosh-browser

Version:

An image compression tool run in browser while @squoosh/lib can not.

3 lines (2 loc) 258 B
export declare function cleanMerge<A extends any[] | object>(source: A, keys: string | number | string[], toMerge: any[] | object): A; export declare function cleanSet<A extends any[] | object>(source: A, keys: string | number | string[], newValue: any): A;