removeAllSpace

去除字符串内所有空格

使用示例

import { removeAllSpace } from trust-util;
const str = removeAllSpace('423 42')
console.log(str) // output:42342