Skip to main content
Module

x/somefn/js/ua.ts>parserUACommon

some functions for deno and browser
Latest
function parserUACommon
import { parserUACommon } from "https://deno.land/x/somefn@v0.1.1-jsr/js/ua.ts";

解析 UA 内容为通用数据

Parameters

ua: string

Returns

{ key: string; version?: string; info: string[]; }[]