UNPKG

@lion/core

Version:

Core functionality that is shared across all Lion Web Components

8 lines (7 loc) 297 B
export namespace browserDetection { const isIE11: boolean; const isChrome: boolean | RegExpMatchArray | null | undefined; const isIOSChrome: boolean | RegExpMatchArray | null | undefined; const isChromium: boolean | RegExpMatchArray | null | undefined; const isMac: boolean; }