Skip to content

Commit

Permalink
Merge pull request #82 from idranme/main
Browse files Browse the repository at this point in the history
feat: expose types
  • Loading branch information
RossWilliams authored Sep 29, 2024
2 parents bfe6cb8 + b3b359c commit 3d28eb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ export {
toPascal,
objectToPascal,
} from './caseConvert';

export type {
ObjectToCamel,
ObjectToSnake,
ToSnake,
ToCamel,
ToPascal,
ObjectToPascal,
} from './caseConvert';

0 comments on commit 3d28eb7

Please sign in to comment.