Javascript – navigator.getBattery() does not exist on type Navigator
I'm trying a custom React hook called useBattery to access the battery status but TypeScript says that getBattery() does not exist on type Navigator: Based on the MDN documentation the interface name is BatteryManager but I did not find this…