UNPKG

web3-utils

Version:

Collection of utility functions used in web3.js.

8 lines 339 B
/** * Deep merge two objects. * @param destination - The destination object. * @param sources - An array of source objects. * @returns - The merged object. */ export declare const mergeDeep: (destination: Record<string, unknown>, ...sources: Record<string, unknown>[]) => Record<string, unknown>; //# sourceMappingURL=objects.d.ts.map