1mod fs; 2 3pub use fs::*; 4 5#[cfg(all(target_family = "wasm", target_os = "unknown"))] 6pub mod console;