extnd

0.0.3 • Public • Published

extnd

var extnd = require('extnd');
var thing = extnd({ prop: 'one', property: 'two' }, { test: 'three' });

returns

{ prop: 'one', property: 'two', test: 'three' };

Readme

Keywords

Package Sidebar

Install

npm i extnd

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • ergusto