Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(types): better null type handling
Use `null` literal to compose types intersections instead of using `NonNullable` for not nullable fields. It should lead to a lighter type definition. BREAKING CHANGE: Not sure if it really breaks anything but won't hurt to create a major version just in case. fix #33
- Loading branch information