(n: number)
| 43 | export const newLine = `\n`; |
| 44 | |
| 45 | export const pad = (n: number): string => { |
| 46 | return ' '.repeat(n); |
| 47 | }; |
| 48 | |
| 49 | export const lineItem = pc.dim(`${figures.lineUpDownRight} `); |
nothing calls this directly
no outgoing calls
no test coverage detected