1/// Emit `index.ts` — barrel re-exports. 2pub fn emit_index() -> String { 3 include_str!("../../templates/index.ts.j2").to_string() 4}