From d13b5b67ccf1161d5df528aea5e5d0e82be8379e Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Wed, 30 Oct 2019 17:00:22 +0100 Subject: [PATCH] Export YAXB and Trigo in index.ts --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index f4821451..f4bd0ea6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -59,3 +59,7 @@ export * from "./remous/bief"; export * from "./remous/bief_params"; export * from "./solveur/solveur"; export * from "./solveur/solveur_params"; +export * from "./yaxb"; +export * from "./yaxb_params"; +export * from "./trigo"; +export * from "./trigo_params"; -- GitLab