1.0.4 • Published 8 years ago

optionextender v1.0.4

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

OptionExtender

Fast, tiny and useful helper to replace your properties..

NPM Version NPM Downloads Linux Build

Installation

$ npm install optionextender

Quick 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 test

Features

  • Properties substitution

People

The author of optionextender is Felipe Assunção

License

GNU GENERAL PUBLIC LICENSE