Initial commit
This commit is contained in:
3
functions/react-preprocess.ts
Normal file
3
functions/react-preprocess.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function reactPreprocess(str: string){
|
||||
return str.toLowerCase().replaceAll(' ', '');
|
||||
}
|
||||
Reference in New Issue
Block a user