(helpDoc: HelpDoc.HelpDoc)
| 12 | |
| 13 | /** @internal */ |
| 14 | export const isHeader = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Header => helpDoc._tag === "Header" |
| 15 | |
| 16 | /** @internal */ |
| 17 | export const isParagraph = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Paragraph => helpDoc._tag === "Paragraph" |
no outgoing calls
no test coverage detected
searching dependent graphs…