1 | export declare const hasOwn: (thisArg: any, ...argArray: any[]) => any;
|
2 | export interface MergeOptions {
|
3 | mergeArrays: boolean;
|
4 | }
|
5 | /**
|
6 | * Merges multiple objects. Doesn't care about cloning non-primitives, as we load all these objects fresh from a file.
|
7 | */
|
8 | export declare function mergeAll(objects: ReadonlyArray<any>, options: MergeOptions): any;
|
9 | //# sourceMappingURL=merge.d.ts.map |
\ | No newline at end of file |