UNPKG

@uua/core

Version:

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

13 lines (11 loc) 195 B
export interface UAAItem { title: string; version: string; code: string; icon: string; } export interface UAAResult { browser: UAAItem; device: UAAItem | undefined; os: UAAItem; }