This library enables you to use Interrupt from Hardware Timers on an ATmega4809-based board, such as Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
eclipse (sloeber 4.4.0) shows two warnings:
Same in line 136
Version used 1.6.0 on Arduino Nano Every. Platform version 1.8.7.
Looks to me that _prescalerIndex is defined but never used. So I assume that this is no real problem.