Skip to content

GNtousakis/string-upper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Change string to upper case. Build with nan.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published