ref-wchar-napi
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "node-iconv". Supports Node 6, 7, 8, 10, 12.
ref-wchar
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "node-iconv"
ref-wchar-napi-lite
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "iconv-lite". Supports Node 16+.
ref-wchar-t-napi
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "node-iconv". Supports Node >10