1.0.0 • Published 6 years ago

replace-properties-of-object v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

replace-properties-of-object

A Node.js package that replace properties of an object inplace.

Usage

First, install the package using npm:

npm install replace-properties-of-object --save

Then, require the package and use it like so:

var replaceProp = require('replace-properties-of-object');

console.log(replaceProp(obj,replaceObj)); 

License

ISC