lucaconte 7cc26e831d presentations 6 gadi atpakaļ
..
.npmignore 7cc26e831d presentations 6 gadi atpakaļ
.travis.yml 7cc26e831d presentations 6 gadi atpakaļ
LICENSE 7cc26e831d presentations 6 gadi atpakaļ
README.md 7cc26e831d presentations 6 gadi atpakaļ
index.js 7cc26e831d presentations 6 gadi atpakaļ
package.json 7cc26e831d presentations 6 gadi atpakaļ
test.js 7cc26e831d presentations 6 gadi atpakaļ

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