addModuleExport method
Implementation
int addModuleExport(JSModuleDefRef m, String name) =>
JS_AddModuleExport(_ref, m, name.toNativeUtf8());
int addModuleExport(JSModuleDefRef m, String name) =>
JS_AddModuleExport(_ref, m, name.toNativeUtf8());