Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndhoule/extend
Extend the properties of an object with those of another.
https://github.com/ndhoule/extend
Last synced: 13 days ago
JSON representation
Extend the properties of an object with those of another.
- Host: GitHub
- URL: https://github.com/ndhoule/extend
- Owner: ndhoule
- License: mit
- Created: 2015-02-25T01:33:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T23:00:03.000Z (over 8 years ago)
- Last Synced: 2024-10-05T14:34:48.540Z (about 1 month ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# extend [![CI][ci-badge]][ci-link]
Extend an object with the properties of another.
## Installation
```sh
$ component install ndhoule/extend
$ npm install @ndhoule/extend
```## License
Released under the [MIT license](LICENSE.md).
[ci-link]: https://travis-ci.org/ndhoule/extend
[ci-badge]: https://travis-ci.org/ndhoule/extend.svg?branch=master