UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

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