aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/undici/lib/llhttp/utils.d.ts')
-rw-r--r--vanilla/node_modules/undici/lib/llhttp/utils.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/vanilla/node_modules/undici/lib/llhttp/utils.d.ts b/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
deleted file mode 100644
index 681b22b..0000000
--- a/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-import type { IntDict } from './constants';
-export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;