This website requires JavaScript.
Explore
Help
Sign In
tangqk
/
vdi
Watch
1
Star
0
Fork
You've already forked vdi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5187fa408f
vdi
/
web-fe
/
src
/
utils
/
format.ts
5 lines
96 B
TypeScript
Raw
Blame
History
// 示例方法,没有实际意义
export
function
trim
(
str
:
string
)
{
return
str
.
trim
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink