Correct optional-ness of various properties in JSDoc types
This fixes errors with TS >= 4.0 which treats optional properties of type T as being `T|undefined`.
Showing
Please register or sign in to comment
This fixes errors with TS >= 4.0 which treats optional properties of type T as being `T|undefined`.