optionextender

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i optionextender

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • felipeuntill