UNPKG

typeorm-stubs

Version:
4 lines (3 loc) 81 B
export declare type ObjectType<T, P = unknown> = { new (...args: P[]): T; };