source:
node_modules/undici/lib/llhttp/utils.d.ts@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 112 bytes |
Line | |
---|---|
1 | export interface IEnumMap { |
2 | [key: string]: number; |
3 | } |
4 | export declare function enumToMap(obj: any): IEnumMap; |
Note:
See TracBrowser
for help on using the repository browser.