| 1 | import path from 'node:path'; |
| 2 | import { readFileIntoProcessedArray, fetchRemoteTextByLine } from './lib/fetch-text-by-line'; |
| 3 | import { task } from './trace'; |
| 4 | import { SHARED_DESCRIPTION } from './constants/description'; |
nothing calls this directly
no test coverage detected