0
GGGiovanny Gongora
Returns a string with whitespaces removed.
0 Comments
const removeWhitespace = (str: string) => str.replace(/\s+/g, '');