Sin Descripción

FFIB: 11e3a9652a first %!s(int64=7) %!d(string=hace) años
..
.npmignore 11e3a9652a first %!s(int64=7) %!d(string=hace) años
.travis.yml 11e3a9652a first %!s(int64=7) %!d(string=hace) años
LICENSE 11e3a9652a first %!s(int64=7) %!d(string=hace) años
README.md 11e3a9652a first %!s(int64=7) %!d(string=hace) años
index.js 11e3a9652a first %!s(int64=7) %!d(string=hace) años
package.json 11e3a9652a first %!s(int64=7) %!d(string=hace) años
test.js 11e3a9652a first %!s(int64=7) %!d(string=hace) años

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