Skip to content

Commit

Permalink
Re-export js-sys and wasm-bindgen from web-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed Jun 25, 2023
1 parent 51a4111 commit cc03d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/web-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
mod features;
pub use features::*;

pub use js_sys;
pub use wasm_bindgen;

/// Getter for the `Window` object
///
/// [MDN Documentation]
Expand Down

0 comments on commit cc03d6b

Please sign in to comment.