Bakhtina Sofya b84cb877be 1st comm 2 týždňov pred
..
.npmignore b84cb877be 1st comm 2 týždňov pred
.travis.yml b84cb877be 1st comm 2 týždňov pred
LICENSE b84cb877be 1st comm 2 týždňov pred
README.md b84cb877be 1st comm 2 týždňov pred
index.js b84cb877be 1st comm 2 týždňov pred
package.json b84cb877be 1st comm 2 týždňov pred
test.js b84cb877be 1st comm 2 týždňov pred

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