DIR: /proc/self/root/usr/share/node_modules/undici/lib/llhttp/ |
Current File : //proc/self/root/usr/share/node_modules/undici/lib/llhttp/utils.d.ts |
export interface IEnumMap { [key: string]: number; } export declare function enumToMap(obj: any): IEnumMap; |