Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created February 16, 2016 20:28
Show Gist options
  • Save ELLIOTTCABLE/63f0550ef62139be64d3 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/63f0550ef62139be64d3 to your computer and use it in GitHub Desktop.
declare module 'child_process' {
declare class Stream {}
declare function spawn(command: string, args: Array<string>,
options: { cwd: string, env: Object,
stdio: string | [?string | number | Stream]
}
) : void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment