This commit is contained in:
7
node_modules/licia/Enum.d.ts
generated
vendored
Normal file
7
node_modules/licia/Enum.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare class Enum {
|
||||
size: number;
|
||||
constructor(map: string[] | { [member: string]: any });
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export = Enum;
|
||||
Reference in New Issue
Block a user