UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 77 B
import type { Newable } from 'inversify'; export type Class<T> = Newable<T>;