UNPKG

magniut

Version:

A lightweight library that add typing at runtime for typescript projects

4 lines (3 loc) 76 B
export interface Model<T> extends Function { new (...args: any[]): T; }