Searched defs:I4 (Results 1 – 10 of 10) sorted by relevance
30 interface I4 { } interface31 let I4:number; variable
40 interface I4 { interface
41 class I4 { class
34 interface I4<T, U extends () => T> { interface
57 interface I4 { interface
73 interface I4 { interface
31 interface I4<T extends U, U extends Date> { } interface
42 interface I4 { interface
33 interface I4 extends T4 { x: string } interface