TypeScript-Handbook icon indicating copy to clipboard operation
TypeScript-Handbook copied to clipboard

Never type documentation omits key words

Open ephetic opened this issue 6 years ago • 0 comments

From the .md file:

The `never` type is a subtype of, and assignable to, every type; however, *no* type is a subtype of, or assignable to, `never` (except `never` itself).
Even `any` isn't assignable to `never`.

Whatever never is a subtype of is missing.

ephetic avatar Aug 22 '19 22:08 ephetic