microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.7k stars 130 forks source link

@defaultValue with an array as a default value #333

Open mcohickVillanova opened 1 year ago

mcohickVillanova commented 1 year ago

Is it possible to have an array after the @defaultValue tag?

octogonz commented 1 year ago

Yes, it is a documentation block so you could put an English sentence as well

Gerrit0 commented 1 year ago

Worth linking the doc page: https://tsdoc.org/pages/tags/defaultvalue/