UNPKG

@ppramanik62/lab-works

Version:

A comprehensive command-line toolkit for hydraulic turbine calculations, supporting Francis Turbine and Pelton Wheel computations with interactive mode and validation.

6 lines 194 B
import { KaplanOptions } from "./io"; /** * Run the Kaplan Turbine calculator */ export declare const runKaplan: (options?: KaplanOptions) => Promise<void>; //# sourceMappingURL=index.d.ts.map