Attribute Macro napi_derive::napi[][src]

#[napi]
Expand description
#[napi]
fn test(ctx: CallContext, name: String) {
  "hello" + name
}