Eric Foster 35b96bc934 initial commit 6 lat temu
..
.npmignore initial commit 6 lat temu
.travis.yml initial commit 6 lat temu
LICENSE initial commit 6 lat temu
README.md initial commit 6 lat temu
index.js initial commit 6 lat temu
package.json initial commit 6 lat temu
test.js initial commit 6 lat temu

README.md

generate-object-property

Generate safe JS code that can used to reference a object property

npm install generate-object-property

build status

Usage

var gen = require('generate-object-property');
console.log(gen('a','b')); // prints a.b
console.log(gen('a', 'foo-bar')); // prints a["foo-bar"]

License

MIT