Add new browser: Ladybird

https://ladybird.org/
This commit is contained in:
Faisal Salman
2024-12-08 21:52:05 +07:00
parent d024fe2006
commit 592bfdd33c
5 changed files with 58 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/faisalman/ua-parser-js
// Definitions by: Faisal Salman <https://github.com/faisalman>
import { IResult } from "../main/ua-parser";
import type { IResult } from "../main/ua-parser";
declare function getDeviceVendor(model: string): string | undefined;
declare function isAppleSilicon(resultOrUA: IResult | string): boolean;