lijianan
2 years ago
committed by
yoyo837
5 changed files with 5 additions and 5 deletions
@ -1,2 +1,2 @@ |
|||
/** https://github.com/Microsoft/TypeScript/issues/29729 */ |
|||
export type LiteralUnion<T extends U, U> = T | (U & {}); |
|||
export type LiteralUnion<T extends string> = T | (string & {}); |
|||
|
Loading…
Reference in new issue