Skip to content

max/node-alfupperbet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-alfupperbet

I've been told that to Node right one must modularize. This module returns an array of the uppercased alphabet.

Requires alfalfabet.

Install

$ npm install --save node-alfupperbet

Usage

var alfupperbet = require('node-alfupperbet');

console.log(alfupperbet);
//=> ['A', 'B', ...]

License

MIT © Max Schoening