Sha256: 68e758f4e53728b22d2d7b54ffa3ebc0f0a47d0b1fb782506c6d4f6e8316348f
Contents?: true
Size: 240 Bytes
Versions: 52
Compression:
Stored size: 240 Bytes
Contents
/** * Deeply merges two given objects with the right one * having a priority during property assignment. */ declare function mergeRight(left: Record<string, any>, right: Record<string, any>): Record<string, any>; export { mergeRight };
Version data entries
52 entries across 26 versions & 1 rubygems