chore: Replace Undici by native Headers (#805)

This commit is contained in:
Sébastien Règne
2025-10-06 15:59:29 +02:00
committed by GitHub
parent 44165a6e01
commit ae7b5e15e5
4 changed files with 2 additions and 15 deletions

View File

@@ -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 {