(content: string, options?: ContentOptions)
| 1208 | before(content: string, options?: ContentOptions): Comment; |
| 1209 | after(content: string, options?: ContentOptions): Comment; |
| 1210 | replace(content: string, options?: ContentOptions): Comment; |
| 1211 | remove(): Comment; |
| 1212 | } |
| 1213 | interface Text { |
nothing calls this directly
no outgoing calls
no test coverage detected