/** * 检查 `设备` 是否是IOS设备。 * @example */ declare const isIOS: () => any; export default isIOS;