- autocomplete फीचर के लिए libraries में शामिल TypeScript Declaration File का उपयोग करके documentation अपने-आप generate करने वाला टूल
→ GoDoc से प्रेरित. एक minimal TypeDoc.
.d.tsfiles से comments निकालने के तरीके से काम करता है
→ @param की जगह arguments को एक लाइन में एक-एक करके लिखा जाता है, और आगे उस argument के बारे में description comment जोड़ा जाता है
→ Type और Signature अपने-आप infer हो जाते हैं
- supported syntax
→ top-level function और class declarations
→ single-file namespace declarations
→ constructors - string/number/boolean जैसे basic types
→ null, undefined
अभी कोई टिप्पणी नहीं है.