initial commit

This commit is contained in:
2024-10-13 14:50:19 +00:00
commit dbdbf16bfe
34 changed files with 3035 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function reactPreprocess(str: string){
return str.toLowerCase().replaceAll(' ', '');
}