(end: DocumentEnd)
| 1171 | comments?(comment: Comment): void | Promise<void>; |
| 1172 | text?(text: Text): void | Promise<void>; |
| 1173 | end?(end: DocumentEnd): void | Promise<void>; |
| 1174 | } |
| 1175 | interface Doctype { |
| 1176 | readonly name: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected