(items: Instruction[])
| 44 | let modalReady = false; |
| 45 | |
| 46 | function sortItems(items: Instruction[]): Instruction[] { |
| 47 | return sortInstructions(items, currentSort); |
| 48 | } |
| 49 | |
| 50 | function applyFiltersAndRender(): void { |
| 51 | const countEl = document.getElementById('results-count'); |
no test coverage detected