docma
docma copied to clipboard
Support linking to built-in types, all lowercase
Currently I have to use Object
over object
as docma doesn't link to MDN for the lowercase version.
object |
Object |
---|---|
![]() |
![]() |
See https://github.com/gajus/eslint-plugin-jsdoc/issues/25#issuecomment-284173145
I'm not sure about this. Javascript has no type called object
.
(Don't confuse typeof x === 'object'
meta comparison with Object
.)
What if you use object
as a type definition in your code?