FLUJOS/VISUALIZACION/node_modules/undici/lib/llhttp/utils.d.ts
2025-11-07 00:06:12 +01:00

4 lines
112 B
TypeScript
Executable file

export interface IEnumMap {
[key: string]: number;
}
export declare function enumToMap(obj: any): IEnumMap;