Attribute Macro napi_derive::napi

source ·
#[napi]
Expand description
#[napi]
fn test(name: String) {
  "hello" + name
}