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

移除部分无用代码

This commit is contained in:
zhangbk1
2024-04-07 14:51:10 +08:00
parent 62b9acc38f
commit a8f7420d18
3 changed files with 0 additions and 47 deletions

View File

@@ -3,5 +3,4 @@ export type TransformTextResult = {
trailingSpace: string
result: string
trimResult: string
// debug?: any
};