()
| 87 | ); |
| 88 | } |
| 89 | toString() { |
| 90 | return this.intro + this.content + this.outro; |
| 91 | } |
| 92 | trimEnd(t) { |
| 93 | if (((this.outro = this.outro.replace(t, '')), this.outro.length)) return !0; |
| 94 | const e = this.content.replace(t, ''); |
no outgoing calls
no test coverage detected