UNPKG

@mingoo/amotify

Version:
15 lines (14 loc) 446 B
import { Device, Browser } from '../@declaration/_'; export declare const userAgent: string; export declare const deviceType: Device; export declare const browserType: Browser; export declare const deviceIdentifier: () => { deviceIs: Device; browserIs: Browser; isTouchDevice: boolean; isPhone: boolean; isIOS: boolean; isSystemDarkmode: () => boolean; isBreakpoint: () => boolean; isPhonepoint: () => boolean; };