( options: TextOptions )
| 1240 | } |
| 1241 | const initialIndex = getSelectInitialIndex(opts.choices) |
| 1242 | return Custom(initialIndex, { |
| 1243 | render: handleSelectRender(opts), |
| 1244 | process: handleSelectProcess(opts), |
| 1245 | clear: handleSelectClear(opts) |
| 1246 | }) |
| 1247 | } |
no test coverage detected
searching dependent graphs…