This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
xeeyh
/
BudgetManaSystem
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a381d74c4e
Rami (Branch)
Tag
main
BudgetManaSy...
/
src
/
utils
/
format.ts
format.ts
96 B
Cronologia
Originale
1
2
3
4
// 示例方法,没有实际意义
export function trim(str: string) {
return str.trim();
}