faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.2k forks source link

`withClientHints` not available in TS types #676

Closed maphe closed 1 year ago

maphe commented 1 year ago

Library version v2.0.0-alpha.3

Describe the bug withClientHints is not exposed in the @types/ua-parser-js package, making it unaccessible as TS will not compile.

faisalman commented 1 year ago

I have added a built-in TypeScript declarations just recently, please try using the latest published pre-release v2.0.0-beta.1

maphe commented 1 year ago

Cool, looking better with beta1 indeed. Thanks