optionextender
v1.0.4
Published
The best way to extender your properties
Downloads
23
Maintainers
Readme
OptionExtender
Fast, tiny and useful helper to replace your properties..
Installation
$ npm install optionextenderQuick Start
var optionExtender = require('optionextender')
var previsouly = {
name : 'previously name'
};
var replace = {
name : 'replace name'
};
console.log(optionExtender(previsouly, replace));Tests
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm testFeatures
- Properties substitution
People
The author of optionextender is Felipe Assunção
