huanggang 03a863fb53 add node_modules пре 7 година
..
.npmignore 03a863fb53 add node_modules пре 7 година
.travis.yml 03a863fb53 add node_modules пре 7 година
LICENSE 03a863fb53 add node_modules пре 7 година
README.md 03a863fb53 add node_modules пре 7 година
index.js 03a863fb53 add node_modules пре 7 година
package.json 03a863fb53 add node_modules пре 7 година
test.js 03a863fb53 add node_modules пре 7 година

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