This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
xeeyh
/
BudgetManaSystem
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a381d74c4e
Branches
Tags
main
BudgetManaSy...
/
src
/
utils
/
format.ts
format.ts
96 B
Historique
Raw
1
2
3
4
// 示例方法,没有实际意义
export function trim(str: string) {
return str.trim();
}