UNPKG

@uua/core

Version:

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

3 lines (2 loc) 106 B
import { UAAItem } from './types'; export default function detectDevice(ua: string): UAAItem | undefined;