Searched refs:T40 (Results 1 – 3 of 3) sorted by relevance
47 type T40 = TupleOf<any, 200>;
46 type T40 = { [P in string]: void }; alias
48 type T40 = Boxified<A | A[] | ReadonlyArray<A> | [A, B] | string | string[]>; alias