better-nullable
v1.0.0
Published
Just a simple library to make working with nullable values a bit easier.
Readme
better-nullable
Just a simple library to make working with nullable values a bit easier.
interface Item {
value: Nullable<string>; // Can be null or undefined
}