gcanti / typelevel-ts

Type level programming in TypeScript
https://gcanti.github.io/typelevel-ts
MIT License
357 stars 12 forks source link

Add NonNullable and Required #15

Closed OliverJAsh closed 6 years ago

OliverJAsh commented 6 years ago

See https://github.com/Microsoft/TypeScript/issues/15012#issuecomment-346499713 for an example of the implementation and why you would need this.

SimonMeskens commented 6 years ago

I approve!