File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
* can be found in the LICENSE file at https://github.com/cartant/ts-snippet
4
4
*/
5
5
6
+ export interface T0 { kind : "T0" ; }
6
7
export interface T1 { kind : "T1" ; }
7
8
export interface T2 { kind : "T2" ; }
8
9
export interface T3 { kind : "T3" ; }
@@ -16,6 +17,7 @@ export interface T10 { kind: "T10"; }
16
17
export interface T11 { kind : "T11" ; }
17
18
export interface T12 { kind : "T12" ; }
18
19
20
+ export declare const c0 : T0 ;
19
21
export declare const c1 : T1 ;
20
22
export declare const c2 : T2 ;
21
23
export declare const c3 : T3 ;
@@ -29,6 +31,7 @@ export declare const c10: T10;
29
31
export declare const c11 : T11 ;
30
32
export declare const c12 : T12 ;
31
33
34
+ export declare let v0 : T0 ;
32
35
export declare let v1 : T1 ;
33
36
export declare let v2 : T2 ;
34
37
export declare let v3 : T3 ;
You can’t perform that action at this time.
0 commit comments