I'm not sure if this is a bug, but I am using typescript with a definition file for noUiSlider gathered from the definitely typed repository.
This definition file indicates the type of the value returned from slider.noUislider.get() is a number[]. However it is actually returning a string[].
Shouldn't it be numbers?
I'm not sure if this is a bug, but I am using typescript with a definition file for noUiSlider gathered from the definitely typed repository.
This definition file indicates the type of the value returned from slider.noUislider.get() is a number[]. However it is actually returning a string[].
Shouldn't it be numbers?