(text: Text)
| 1814 | doctype?(doctype: Doctype): void | Promise<void> |
| 1815 | comments?(comment: Comment): void | Promise<void> |
| 1816 | text?(text: Text): void | Promise<void> |
| 1817 | end?(end: DocumentEnd): void | Promise<void> |
| 1818 | } |
| 1819 | interface Doctype { |
nothing calls this directly
no outgoing calls
no test coverage detected