Files
2026-02-10 01:14:19 +00:00

3 lines
133 B
TypeScript

/** Deep merge two objects */
export declare function merge(target: any, ...sources: any[]): any;
//# sourceMappingURL=merge.d.ts.map