Eric Foster 35b96bc934 initial commit 8 лет назад
..
.npmignore initial commit 8 лет назад
.travis.yml initial commit 8 лет назад
LICENSE initial commit 8 лет назад
README.md initial commit 8 лет назад
index.js initial commit 8 лет назад
package.json initial commit 8 лет назад
test.js initial commit 8 лет назад

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