prop
Set or get properties of provided object.
Installation
Using component
$ component install yiwn/prop
Using npm for browserify
$ npm install yiwn-prop
Usage
Example:
var prop = ; var obj = a: 0 c: 'Shakira' ; ; // -> 'Shakira'; // { a: 0, c: 'Britney' }; // { a: 50, b: [1, 2], c: 'Britney' }
Test
Run tests with mocha
$ make test
License
The MIT License