node_sys/interface/
typed_array.rs

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