pub fn module_value_to_well_known_object(
module_value: &ModuleValue,
) -> Option<JsValue>
Expand description
Converts a module value (ie an import) to a well known object, which we specifically handle.
pub fn module_value_to_well_known_object(
module_value: &ModuleValue,
) -> Option<JsValue>
Converts a module value (ie an import) to a well known object, which we specifically handle.