(content: string, options?: ContentOptions)
| 1567 | doctype?(doctype: Doctype): void | Promise<void>; |
| 1568 | comments?(comment: Comment): void | Promise<void>; |
| 1569 | text?(text: Text): void | Promise<void>; |
| 1570 | end?(end: DocumentEnd): void | Promise<void>; |
| 1571 | } |
| 1572 | interface Doctype { |
nothing calls this directly
no outgoing calls
no test coverage detected