a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 yıl önce
..
.npmignore connection between front end and database 6 yıl önce
.travis.yml connection between front end and database 6 yıl önce
LICENSE connection between front end and database 6 yıl önce
README.md connection between front end and database 6 yıl önce
index.js connection between front end and database 6 yıl önce
package.json connection between front end and database 6 yıl önce
test.js connection between front end and database 6 yıl önce

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