UNPKG

jalhyd

Version:

JaLHyd, a Javascript Library for Hydraulics

8 lines 256 B
import { Nub } from "./internal_modules"; /** * An intermediate class for all fish passes (Pab, Par, MacroRugo[Compound]…), * just for the sake of typing */ export declare abstract class FishPass extends Nub { } //# sourceMappingURL=fish_pass.d.ts.map