I create a type alias as follow
export type Nullable = T | null | undefined;
I would like to have an extension method hasValue
hasValue