Skip to content

Commit

Permalink
refactor(types): better null type handling
Browse files Browse the repository at this point in the history
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
nfroidure committed May 30, 2024
1 parent 0042f00 commit 5d3134f
Show file tree
Hide file tree
Showing 3 changed files with 1,195 additions and 1,218 deletions.
Loading

0 comments on commit 5d3134f

Please sign in to comment.