Function napi::bindgen_prelude::register_class[][src]

pub fn register_class(
    rust_name: &'static str,
    js_mod: Option<&'static str>,
    js_name: &'static str,
    props: Vec<Property>
)