(line, underline = /* em-dash */ '\u2014')
| 545 | * @return {string} |
| 546 | */ |
| 547 | const header = (line, underline = /* em-dash */ '\u2014') => |
| 548 | `\n${line}\n${new Array(line.length).fill(underline).join('')}`; |
| 549 | |
| 550 | /** |
| 551 | * @param {string} token |
no outgoing calls
no test coverage detected