type-fest
type-fest copied to clipboard
Add `SetNonNullable` type
Issues Addressed
#430
Changelog
- ADDED the
SetNonNullable
type.
Testing
The unit test should suffice.
Notes
The structure of the implementation and test files were largely based on those of the SetOptional
and SetRequired
types. This was done for consistency and all reused wording should be attributed to the authors of those files.