UNPKG

@uua/core

Version:

Unbelievable User-Agent Module for both Node.js and Browser

4 lines (3 loc) 174 B
import { UAAItem } from './types'; export declare function detectBrowserVersion(ptr: string, ua: string): string; export default function detectBrowser(ua: string): UAAItem;