upd
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function removeSpaces(value: string) {
|
||||
return value.replace(/\s+/g, " ").trim();
|
||||
}
|
||||
|
||||
export default removeSpaces;
|
||||
Reference in New Issue
Block a user