Нет описания

FFIB: 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
..
.npmignore 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
.travis.yml 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
LICENSE 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
README.md 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
index.js 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
package.json 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
test.js 11e3a9652a first лет %!s(int64=7): %!d(string=назад)

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