You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Import in NodeJS do not provide any Typing by default.
src/1-getting-started/6_object_wrap/node-addon-api/myobject.cc register a class MyObject having a plusOne method.
but coding in addon.js will not give access to any typing.
My I open a PR to add d.ts
that contains somthink like:
Hi,
Native Import in NodeJS do not provide any Typing by default.
src/1-getting-started/6_object_wrap/node-addon-api/myobject.cc
register a classMyObject
having aplusOne
method.but coding in
addon.js
will not give access to any typing.My I open a PR to add d.ts
that contains somthink like:
The text was updated successfully, but these errors were encountered: