1.0.3 • Published 1 year ago

@arzoka/check-lettercase v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

check-lettercase

a very small package that simply checks if a char or string is uppercase or lowercase

I made this just so that I didn't have to answer the same question everytime.

I in no way condone the usage of packages like this for such small functions.

Usage

const checkLettercase = require('checklettercase');
const isUpperCase = checkLettercase.isUpperCase('A');
const isLowerCase = checkLettercase.isLowerCase('a');

License

MIT

1.0.3

1 year ago

1.0.2

1 year ago