Skip to content

Commit

Permalink
feat: add change-case
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyushun committed Oct 30, 2024
1 parent 77ea990 commit f6fab6c
Show file tree
Hide file tree
Showing 4 changed files with 1,025 additions and 306 deletions.
5 changes: 5 additions & 0 deletions lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export * from './decimal-conversion'
export * from './data-structure'
export * from './color-conversion'
export * as changeCase from 'change-case'
export * as changeCaseKeys from 'change-case/keys'
export * as spongeCase from 'sponge-case'
export * as swapCase from 'swap-case'
export * as titleCase from 'title-case'
Loading

0 comments on commit f6fab6c

Please # to comment.