pub fn is_finite(value: &JsValue) -> bool
Available on crate feature
dep_web_sys
only.Expand description
The global isFinite()
function determines whether the passed value is a finite number.
If needed, the parameter is first converted to a number.