scraper/node_modules/undici/lib/llhttp/utils.d.ts

3 lines
162 B
TypeScript
Raw Permalink Normal View History

2026-04-21 20:21:04 +08:00
import type { IntDict } from './constants';
export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;