mobile-device-detect
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,15 +0,8 @@ | ||
declare module 'react-device-detect' { | ||
import * as React from 'react'; | ||
declare module 'mobile-device-detect' { | ||
export const isBrowser: boolean; | ||
export const isMobile: boolean; | ||
export const isTablet: boolean; | ||
export const isSmartTV: boolean; | ||
export const isConsole: boolean; | ||
export const isWearable: boolean; | ||
} |
{ | ||
"name": "mobile-device-detect", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Helpers for handling mobile devices", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
37027
498