type-fest icon indicating copy to clipboard operation
type-fest copied to clipboard

Add `SetNonNullable` type

Open JohannCooper opened this issue 2 years ago • 0 comments

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.

JohannCooper avatar Aug 05 '22 03:08 JohannCooper