4 lines
61 B
Rust
4 lines
61 B
Rust
|
use super::Value;
|
||
|
|
||
|
pub struct JsUndefined(pub(crate) Value);
|