remove: remove constructor type since it isn't needed anymore

This commit is contained in:
Xymorot 2020-06-07 02:17:21 +02:00
parent d017463cc9
commit d85fec9bdb
1 changed files with 0 additions and 1 deletions

View File

@ -1 +0,0 @@
type Constructor<T = {}> = new (...args: any[]) => T;