UNPKG

undici

Version:

An HTTP/1.1 client, written from scratch for Node.js

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