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