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

测试用例支持 转大写、转小写

This commit is contained in:
2024-04-03 00:39:15 +08:00
parent af78a1330f
commit 24490e6065
3 changed files with 94 additions and 4 deletions

View File

@@ -14,5 +14,7 @@ export type TestCase = {
output: {
camelCase: string
pascalCase: string
upperCase?: string
lowerCase?: string
}
};