(title: string, code: ArrayJoinInput<string>[])
| 66 | } |
| 67 | |
| 68 | addSection(title: string, code: ArrayJoinInput<string>[]) { |
| 69 | this.code.push('', ...toCommentSeparator(title)) |
| 70 | this.code.push(...code) |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Add a constant and get the reference to it |
no test coverage detected