UNPKG

ahooks

Version:
2 lines 195 B
var isAppleDevice = /(mac|iphone|ipod|ipad)/i.test(typeof navigator !== 'undefined' ? navigator === null || navigator === void 0 ? void 0 : navigator.platform : ''); export default isAppleDevice;