UNPKG

@typed/test

Version:
7 lines (6 loc) 210 B
export declare type ProcessResults = { exitCode: number; stdout: string; stderr: string; }; export declare function typecheckInAnotherProcess(cwd: string, files: string[]): Promise<ProcessResults>;