-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support more case options (#41)
Hey, nice library! I was just about to write my own stringifier, but then I discovered this existed. Unfortunately, it doesn't support _everything_ I needed. Specifically, the case conversion. So I added some more. I was originally going to write them by hand, but then I discovered that [this](https://github.com/rutrum/convert-case) exists, so I just based it on that. One downside of doing it like this is what was formerly "lower" and "upper" are now "flat" and "upper_flat". Let me know if you don't like this or whatever.
- Loading branch information
Showing
4 changed files
with
45 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters