UNPKG

148 BJavaScriptView Raw
1export const isMobile = () => typeof navigator !== "undefined" &&
2 /mobile|tablet|ip(ad|hone|od)|android|silk|crios/i.test(navigator.userAgent);