node_sys/interface/
inspect_options.rs

1use wasm_bindgen::prelude::*;
2
3#[wasm_bindgen]
4extern {
5    pub type InspectOptions;
6}