(line: string)
| 270 | } |
| 271 | |
| 272 | function isQuoteLine(line: string): boolean { |
| 273 | return line.includes('—') && (line.includes('Wayne Gretzky') || line.includes('Michael Scott')); |
| 274 | } |
| 275 | |
| 276 | function isContributorsLine(line: string): boolean { |
| 277 | return line.includes('Work in this release was contributed by'); |