UNPKG

tlojs

Version:

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

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