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