microsoft / tsdoc

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

How to declare a property is enumerable/configurable #295

Open yuhr opened 3 years ago

yuhr commented 3 years ago

There's @readonly for non-writeable properties, but I couldn't find any ways to declare enumerable and configurable. Do you accept PRs to add these features?