UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

2 lines (1 loc) 63 B
export type TConstructor<T = any> = new (...args: any[]) => T;