(document: DocNodeWithJsDoc<DocNodeModuleDoc>)
| 299 | } |
| 300 | |
| 301 | function assertModuleDoc(document: DocNodeWithJsDoc<DocNodeModuleDoc>) { |
| 302 | assertHasSnippets(document.jsDoc.doc!, document); |
| 303 | } |
| 304 | |
| 305 | function assertHasDeprecationDesc(document: DocNodeWithJsDoc<DocNode>) { |
| 306 | const tags = document.jsDoc?.tags; |
no test coverage detected