From 5f917f99c87b609f97837ce51121c215bc042e23 Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Mon, 2 Mar 2020 17:03:19 +0100
Subject: [PATCH] Added Type Definitions

---
 index.d.ts | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 index.d.ts

diff --git a/index.d.ts b/index.d.ts
new file mode 100644
index 0000000..cc9df02
--- /dev/null
+++ b/index.d.ts
@@ -0,0 +1,4 @@
+declare module 'config' {
+  const noTypesYet: any;
+  export default noTypesYet;
+}
\ No newline at end of file
-- 
GitLab