#[cfg(all(
target_family = "wasm",
not(any(target_os = "emscripten", target_os = "wasi")),
feature = "wasm-bindgen"
))]
mod js_sys_date_offsetdatetime;
#[cfg(all(
target_family = "wasm",
not(any(target_os = "emscripten", target_os = "wasi")),
feature = "wasm-bindgen"
))]
mod js_sys_date_timestamp;
#[cfg(all(
target_family = "wasm",
not(any(target_os = "emscripten", target_os = "wasi")),
feature = "wasm-bindgen"
))]
mod js_sys_date_utcdatetime;
#[cfg(feature = "std")]
mod offsetdatetime_systemtime;
mod offsetdatetime_timestamp;
mod offsetdatetime_utcdatetime;
#[cfg(feature = "std")]
mod systemdatetime_timestamp;
mod timestamp_utcdatetime;
#[cfg(feature = "std")]
mod utcdatetime_systemtime;