string-upper

1.0.3 • Public • Published

string-upper

Change string to upper case. Build with nan.

Install

# With npm 
npm i string-upper 

How to use

const upperCase = require('string-upper');

upperCase('pizza') // ~> PIZZA
upperCase('hello world') // ~> HELLO WORLD

Package Sidebar

Install

npm i string-upper

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.48 kB

Total Files

6

Last publish

Collaborators

  • gntousakis