UNPKG

tlojs

Version:

The Last One - The last npm package you'll need to install

8 lines (7 loc) 196 B
export declare const Type: FunctionConstructor; export declare interface Type<T> extends Function { new (...args: any[]): T; } export declare type GenericObject = { [key: string]: any; };