Please do not update the README or Change Log, we will do this when we merge your PR.
This PR
Updates JSDoc
Fixes a bug
Describe the changes below:
I was using typescript and I found a mismatching property with JSDoc and typescript.
Here is the screenshot with JSDoc and an error from typescript.
I added null type for JSDoc.
Please do not update the README or Change Log, we will do this when we merge your PR.
This PR
Describe the changes below:
I was using
typescript
and I found a mismatching property withJSDoc
andtypescript
. Here is the screenshot withJSDoc
and an error fromtypescript
. I addednull
type for JSDoc.Thank you!