pub fn generate_js_client( models: &HashMap<String, ModelIr>, schema_path: &str, ) -> (String, String)
Generate index.js + index.d.ts — the typed Nautilus class with model delegates.
index.js
index.d.ts
Nautilus
Returns (js_code, dts_code).
(js_code, dts_code)