UNPKG
jalhyd
Version:
latest (4.19.1)
4.19.1
4.19.0
4.18.0
4.17.1
4.14.1
4.14.0
4.13.1
4.11.0
4.9.0
JaLHyd, a Javascript Library for Hydraulics
forgemia.inra.fr/cassiopee/jalhyd
jalhyd
/
build
/
fish_pass.d.ts
8 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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