export default isPhone; /** * 验证手机号码✅ * @params mobile 手机号码 * **/ declare function isPhone(mobile: any): boolean;