/** * 检测当前环境是否为 iOS * * @return {Boolean} true|false */ declare const isiOS: boolean; export default isiOS;