chensenlai 10988628a0 语音房项目初始化 il y a 5 ans
..
.npmignore 10988628a0 语音房项目初始化 il y a 5 ans
.travis.yml 10988628a0 语音房项目初始化 il y a 5 ans
LICENSE 10988628a0 语音房项目初始化 il y a 5 ans
README.md 10988628a0 语音房项目初始化 il y a 5 ans
index.js 10988628a0 语音房项目初始化 il y a 5 ans
package.json 10988628a0 语音房项目初始化 il y a 5 ans
test.js 10988628a0 语音房项目初始化 il y a 5 ans

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