Just a simple library to make working with nullable values a bit easier.
npm install better-nullable
``tsinterface Item { value: Nullable; // Can be null or undefined}``
tsinterface Item { value: Nullable; // Can be null or undefined}