Skip to content

Commit

Permalink
fix: allow other Rust application to use "validate" module directly (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Apr 26, 2024
1 parent 8870dfe commit 635c8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use wasm_bindgen::prelude::*;

mod commands;
mod parser;
mod validate;
pub mod validate;

#[wasm_bindgen]
pub fn validate_base(js_config: JsValue, base: String) -> JsValue {
Expand Down

0 comments on commit 635c8e0

Please sign in to comment.