aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/undici/lib/llhttp/utils.d.ts
blob: 681b22b94292f01d04faf0368f57d6391f36b630 (plain) (blame)
1
2
import type { IntDict } from './constants';
export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;