UNPKG

@canmertinyo/fast-di

Version:

A LIGHTWEIGHT DEPENDENCY INJECTION LIB

2 lines (1 loc) 64 B
export type Constructible<T = any> = new (...args: any[]) => T;