addModuleExport method

int addModuleExport(
  1. JSModuleDefRef m,
  2. String name
)

Implementation

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