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