pub fn generate_index<'a, I>(module_names: I) -> Result<CodeText> where
    I: IntoIterator<Item = &'a String>, 
Expand description

Generates an index.ts file for the given module names.