strdr4605 / mockingcase

node package that converts a string to mOcKiNgCaSe
https://npm.im/@strdr4605/mockingcase
ISC License
76 stars 23 forks source link

Change default value for upper, lower options. #86

Closed strdr4605 closed 4 years ago

strdr4605 commented 4 years ago

Description (Motivation)

Currently, default values for upper and lower options are null, but in jsdocs type is set to string or RegExp. Probably this is not correct.

Possible solution

Change the default value to be the empty string ''.

TODO: