uppify
v0.0.2
Published
Uppercases strings
Downloads
2
Readme
uppify
Simple function to turn a lowercase string into an uppercase string.
Usage
Install using:
npm install --save uppify
Use like so:
var uppify = require('uppify')
uppify('hello')
// returns 'HELLO'
Tests
Test using:
npm test