(self: HelpDoc.HelpDoc)
| 67 | |
| 68 | /** @internal */ |
| 69 | export const getSpan = (self: HelpDoc.HelpDoc): Span.Span => |
| 70 | isHeader(self) || isParagraph(self) ? self.value : InternalSpan.empty |
| 71 | |
| 72 | /** @internal */ |
| 73 | export const descriptionList = ( |
no test coverage detected
searching dependent graphs…