-
Robert Knight authored
TS 4.0 treats optional properties of type T as `T|undefined` and produces an error if the property is used in a situation where it may not be set.
c866b340
TS 4.0 treats optional properties of type T as `T|undefined` and produces an error if the property is used in a situation where it may not be set.