From d85fec9bdbb99788ea873868b7c760753944c108 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sun, 7 Jun 2020 02:17:21 +0200 Subject: [PATCH] remove: remove constructor type since it isn't needed anymore --- types/constructor.d.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 types/constructor.d.ts diff --git a/types/constructor.d.ts b/types/constructor.d.ts deleted file mode 100644 index c83a5f3..0000000 --- a/types/constructor.d.ts +++ /dev/null @@ -1 +0,0 @@ -type Constructor = new (...args: any[]) => T;