Files
agent-skills/wechat-article-extractor-skill/node_modules/undici/lib/llhttp/utils.d.ts
Hermes Agent ccc63d1e70 first commit
2026-05-10 13:52:46 +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;