Skip to content

Commit

Permalink
feat(types): 新增 CamelCase, SnakeCase, KebabCase, PascalCase, Delimite…
Browse files Browse the repository at this point in the history
…rCase
  • Loading branch information
fjc0k committed Nov 25, 2020
1 parent 6c2acd0 commit 0112b50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,10 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"pnpm": {
"overrides": {
"typescript": "^4.1.2"
}
}
}
15 changes: 3 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export type {
JsonValue,
JsonArray,
JsonObject,
CamelCase,
SnakeCase,
KebabCase,
PascalCase,
DelimiterCase,
} from 'type-fest'

export type {
Expand Down

0 comments on commit 0112b50

Please sign in to comment.