jccp_a/vuepress/node_modules/undici/lib/llhttp/utils.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

3 lines
162 B
TypeScript

import type { IntDict } from './constants';
export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;