实现 转小驼峰 Camel Case;转大驼峰 Pascal Case;transformText 函数通过测试用例
This commit is contained in:
6
src/type-definition/text-transform-type.ts
Normal file
6
src/type-definition/text-transform-type.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type TransformTextResult = {
|
||||
leadingSpace: string
|
||||
trailingSpace: string
|
||||
result: string
|
||||
trimResult: string
|
||||
};
|
Reference in New Issue
Block a user