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, 2 insertions, 0 deletions
diff --git a/vanilla/node_modules/undici/lib/llhttp/utils.d.ts b/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
new file mode 100644
index 0000000..681b22b
--- /dev/null
+++ b/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
@@ -0,0 +1,2 @@
+import type { IntDict } from './constants';
+export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;