()
| 1241 | after(content: string, options?: ContentOptions): Comment; |
| 1242 | replace(content: string, options?: ContentOptions): Comment; |
| 1243 | remove(): Comment; |
| 1244 | } |
| 1245 | interface Text { |
| 1246 | readonly text: string; |
nothing calls this directly
no outgoing calls
no test coverage detected