(helpDoc: HelpDoc.HelpDoc)
| 15 | |
| 16 | /** @internal */ |
| 17 | export const isParagraph = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Paragraph => helpDoc._tag === "Paragraph" |
| 18 | |
| 19 | /** @internal */ |
| 20 | export const isDescriptionList = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.DescriptionList => |
no outgoing calls
no test coverage detected
searching dependent graphs…