pub fn generate_js_models_index(
js_models: &[(String, String)],
) -> (String, String)Expand description
Generate models/index.js + models/index.d.ts — barrel re-exports for all model files.
js_models contains the .js model filenames. Returns (js_code, dts_code).