EASYAIuniappNewUI/node_modules/licia/detectBrowser.d.ts
2025-02-08 18:50:38 +08:00

9 lines
120 B
TypeScript

declare function detectBrowser(
ua?: string
): {
name: string;
version: number;
};
export = detectBrowser;