Skip to main content

js_undefined

Type Alias js_undefined 

Source
pub type js_undefined = ();
Available on crate feature js only.
Expand description

⚙️ The JavaScript undefined value.


📍 lang/prog/ffi/js


In Rust, undefined is represented as the unit type (), as it carries no meaningful value.