UNPKG

@eternaljs/user-agent

Version:

A user agent request is a string of text that identifies the client software requesting online content.

9 lines (8 loc) 158 B
export declare function userAgent(agent: string): { browser: any; version: any; os: any; platform: any; source: any; type: string; };