import { First } from 'typescript-tuple' type Foo = First<['a', 'b', 'c']> // Expect: 'a' const foo: Foo = 'a' ...
確定! 回上一頁