UNPKG

typescript-assistant

Version:

Combines and integrates professional Typescript tools into your project

5 lines (4 loc) 273 B
export declare function findChangedFiles(refA?: string, refB?: string): string[]; export declare function npmInstall(): void; export declare function packageJsonChanged(refA: string, refB: string): boolean; export declare function filterTsFiles(files: string[]): string[];