Type Alias js_number

Source
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.