1.0.0-c • Published 9 years ago

setvaluer v1.0.0-c

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

setValueR

Sets the property value of the object.

INSTALL

npm install setvaluer

USAGE

var data = {};
var setvalue = require("setvaluer");
setvalue("application.cookies.key", data, 42);
// data is now: { application: { cookies: { key: 42 } } }

RELATED PROJECTS

https://github.com/jprichardson/node-field
https://github.com/unlight/getValueR

1.0.0-c

9 years ago

1.0.0-b

9 years ago

1.0.0-a

9 years ago

1.0.0

9 years ago