pub type js_number = f64;
Available on crate feature
js
only.Expand description
βοΈ π A JavaScript Number.
All numeric values are represented as IEEE 754 64-bit floating-point values.
JavaScript does not distinguish between integers and floating-point numbers at the type level.