Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jsdoc

How Do I Document An Object With Jsdoc?

What's the best way to document the source code of a simple JavaScript object (and its export) … Read more How Do I Document An Object With Jsdoc?

Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc

I have a function factory: function factory(events) { for(const key in events) { const { befo… Read more Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc

JSDoc For Special Singleton Pattern

I have a special JS singleton prototype function. Pattern looks more or less like example below. Wo… Read more JSDoc For Special Singleton Pattern