5 lines
99 B
Rust
5 lines
99 B
Rust
use super::Value;
|
|
|
|
#[repr(transparent)]
|
|
#[derive(Debug)]
|
|
pub struct JsUndefined(pub(crate) Value);
|