5 lines
91 B
Rust
5 lines
91 B
Rust
|
use super::Value;
|
||
|
|
||
|
#[derive(Clone, Copy, Debug)]
|
||
|
pub struct JsUndefined(pub(crate) Value);
|