| 1 | import * as commander from './index.js'; |
| 2 | import { expectType } from 'tsd'; |
| 3 | |
| 4 | // We are not just checking return types here, we are also implicitly checking that the expected syntax is allowed. |
nothing calls this directly
no test coverage detected