Searched defs:T31 (Results 1 – 14 of 14) sorted by relevance
23 type T31 = Reverse<string[]>; alias
13 type T31<T> = readonly T; // Error alias
19 type T31 = T3[1]; // number alias
258 type T31 = DropLast<[symbol, string]>; alias
45 T31 = -0.0000032609076735050182, /* -0x1b5abef3ba4b59.0p-71 */ variable76 T31 = 0x1.1c77d6eac0234988cdaa04c96626p-20L, variable
20 type T31 = { [P in keyof string]: void }; alias
26 type T31 = Partial<Boxified<string[]>>; alias
33 type T31<T> = T extends unknown ? true : false; // Deferred (so it distributes) alias
79 T31 = -1.0407567231003314e-6, /* -0x1176041e656869.0p-72 */ variable
158 type T31<A> = ReturnType<T30<A>>; // { a: A } alias
34 type T31 = string[][number]; alias
66 type T31 = X1<{ x: number, y: string }>; // [number, string] alias
103 type T31 = NonFunctionProperties<Part>; alias