I am trying the c++ plugin in nodejs, this is my test code
let obj = new addon.MyClass(function (v) { console.log(v); });