non-functional thing
This commit is contained in:
1
utils/camelToSpace.ts
Normal file
1
utils/camelToSpace.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const camelToSpace = (value: string) => value.replace(/[A-Z0-9]/g, e => ` ${e.toLowerCase()}`);
|
Reference in New Issue
Block a user