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 }