node-alfalfabet

1.0.0 • Public • Published

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-alfalfabet

Usage

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

Package Sidebar

Install

npm i node-alfalfabet

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mschoening