Function move_ts::idl_package::generate_module_reexports
source · [−]pub fn generate_module_reexports<'a, I>(
prefix: &str,
module_names: I
) -> Result<CodeText> where
I: IntoIterator<Item = &'a String>,
Expand description
Generates the module re-exports for the given module names.