JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 52
  • Score
    100M100P100Q70010F

Package Exports

  • smart-merge

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smart-merge) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Merge 2 objects

Deep merge two objects properties.

install

npm install smart-merge

Dependencies

there is Polyfill for Object.assign() to run the tests with Karma. However to use it within your developing stack I figure that you have a transpilar or fallback for es6/es5 features, So I wouldn't like to polute with more code or unneeded dependencies for such a small and quick utility