UNPKG

undici

Version:

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

3 lines (2 loc) 165 B
import { IntDict } from './constants'; export declare function enumToMap(obj: IntDict, filter?: ReadonlyArray<number>, exceptions?: ReadonlyArray<number>): IntDict;