UNPKG

wasm-imagemagick

Version:
5 lines (4 loc) 123 B
export declare function values<T>(object: { [k: string]: T; }): T[]; export declare function flat<T>(arr: T[][]): T[];