Guard: Add Constructor<T>
This commit is contained in:
parent
cba7f2b58f
commit
9cc468a997
1 changed files with 1 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
export type NonEmptyArray<T> = [T, ...T[]];
|
export type NonEmptyArray<T> = [T, ...T[]];
|
||||||
|
export type Constructor<T> = new(...args: Array<any>) => T;
|
||||||
|
|
Loading…
Reference in a new issue