UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

6 lines (5 loc) 144 B
type Options = { clone?: boolean; } | null; export declare const deepmergeAll: (array: any[], optionsArgument?: Options) => any; export {};