a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database hace 6 años
..
.npmignore connection between front end and database hace 6 años
.travis.yml connection between front end and database hace 6 años
LICENSE connection between front end and database hace 6 años
README.md connection between front end and database hace 6 años
index.js connection between front end and database hace 6 años
package.json connection between front end and database hace 6 años
test.js connection between front end and database hace 6 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