Does the NodeJS N-API have any concept or support for C++ wstring
? I can't find entries for something like
Napi::WString
The documentation makes no mention of a WString
. But wstring
is commonly used on Windows APIs. I'm curious how it's typically handled?