Files
SWebStatic/node_modules/undici/lib/llhttp/utils.d.ts
T

3 lines
162 B
TypeScript
Raw Normal View History

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