Logo
Explore Help
Register Sign In
andrei/url_tracker_tool
1
0
Fork 0
You've already forked url_tracker_tool
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
url_tracker_tool/node_modules/utils-merge
History
Andrei a5d19c8549 Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00
..
.npmignore
Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00
index.js
Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00
LICENSE
Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00
package.json
Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00
README.md
Initial commit: URL Redirect Tracker application with comprehensive documentation
2025-08-18 06:37:57 +00:00

README.md

utils-merge

Version Build Quality Coverage Dependencies

Merges the properties from a source object into a destination object.

Install

$ npm install utils-merge

Usage

var a = { foo: 'bar' }
  , b = { bar: 'baz' };

merge(a, b);
// => { foo: 'bar', bar: 'baz' }

License

The MIT License

Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>

Sponsor

Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 77ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API