1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

新增点分割转换目标;版本号更新为1.0.10

This commit is contained in:
2024-07-28 20:56:03 +08:00
parent d4277da88b
commit 762859f9e6
10 changed files with 423 additions and 46 deletions

View File

@@ -30,6 +30,11 @@ export type TestCase = {
spacePascalCase: string
spaceUpperCase: string
dotCase: string
dotCamelCase: string
dotPascalCase: string
dotUpperCase: string
lowerCase?: string
upperCase?: string
}