export default removeSpace; /** * 说明:移除空白符 ✅ * **/ declare function removeSpace(str: any): any;