node-alfalfabet
v1.0.0
Published
List of characters in the alphabet
Downloads
20
Maintainers
Readme
node-alfalfabet
I've been told that to Node right one must modularize. This module returns an array of the alphabet.
Install
$ npm install --save node-alfalfabetUsage
var alfalfabet = require('node-alfalfabet');
console.log(alfalfabet);
//=> ['a', 'b', ...]Todo
- [ ] Too monolithic. Needs to be broken into individual modules. Perhaps one per character.
License
MIT © Max Schoening
