From 57a080f6324e4cb4cb6b11bf1b43fb2fbd09beca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 17 Feb 2021 16:08:03 +0100 Subject: [PATCH] =?UTF-8?q?Ajoute=20un=20index=20principal=20=C3=A0=20la?= =?UTF-8?q?=20librairie=20TS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ts/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/ts/index.ts diff --git a/src/ts/index.ts b/src/ts/index.ts new file mode 100644 index 0000000..fca16f4 --- /dev/null +++ b/src/ts/index.ts @@ -0,0 +1,2 @@ +export * from './types'; +export * from './cache'; -- GitLab