Searched refs:T10 (Results 1 – 11 of 11) sorted by relevance
54 type T10 = typeof fx; alias59 interface I10 extends T10 { x: string }
31 type T10 = null & never;
88 type T10 = { x: number }; alias93 let x10: T10;
27 type T10 = Trim<' …
28 type T10 = { [P in keyof Item]: Item[P] }; alias
43 type T10 = boolean[][`${number}`]; // boolean alias
85 type T10 = BoxifiedWithSentinel<A | B | C, null>; alias
28 type T10 = Boxified<string[]>; alias
447 type T10 = P1<(x: number, y: string, ...z: boolean[]) => void>; alias
36 type T10 = ReturnType<() => string>; // string alias
71 declare class T10 extends T9 { class153 let t10: T10;