Value can be T or null;
The type of the value
function demo(value: Nullable<string>) { // value: string | null} Copy
function demo(value: Nullable<string>) { // value: string | null}
v0.3.4
Value can be T or null;