mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-13 13:50:45 +00:00
chore: base
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export interface IEnumMap {
|
||||
[key: string]: number;
|
||||
}
|
||||
export declare function enumToMap(obj: any): IEnumMap;
|
||||
Reference in New Issue
Block a user