/**
 * @description 是否iPad
 *
 * @return {*}  {boolean} 返回一个布尔值
 * @example isiPad() => true|false
 */
declare const isiPad: () => boolean;
export default isiPad;
