make stdout etc available via api

This commit is contained in:
Rich Harris
2018-05-23 21:56:35 -04:00
parent 046db325f1
commit 6aa3ce4f05
3 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
import * as child_process from 'child_process';
export type ReadyEvent = {
port: number;
process: child_process.ChildProcess;
};
export type ErrorEvent = {