mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 14:42:16 +03:00
chore: Replace Undici by native Headers (#805)
This commit is contained in:
1
src/main/ua-parser.d.ts
vendored
1
src/main/ua-parser.d.ts
vendored
@@ -2,7 +2,6 @@
|
||||
// Project: https://github.com/faisalman/ua-parser-js
|
||||
// Definitions by: Faisal Salman <https://github.com/faisalman>
|
||||
|
||||
import type { Headers } from "undici";
|
||||
import { BrowserType, CPUArch, DeviceType, EngineName } from "../enums/ua-parser-enums";
|
||||
|
||||
declare namespace UAParser {
|
||||
|
||||
Reference in New Issue
Block a user