mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Changed code formatting after tslint error.
This commit is contained in:
5
types/node/index.d.ts
vendored
5
types/node/index.d.ts
vendored
@@ -1773,7 +1773,7 @@ declare module "child_process" {
|
||||
import * as events from "events";
|
||||
import * as stream from "stream";
|
||||
import * as net from "net";
|
||||
|
||||
|
||||
export interface ChildProcess extends events.EventEmitter {
|
||||
stdin: stream.Writable;
|
||||
stdout: stream.Readable;
|
||||
@@ -1842,7 +1842,7 @@ declare module "child_process" {
|
||||
export interface MessageOptions {
|
||||
keepOpen: boolean;
|
||||
}
|
||||
|
||||
|
||||
export interface SpawnOptions {
|
||||
cwd?: string;
|
||||
env?: any;
|
||||
@@ -1852,6 +1852,7 @@ declare module "child_process" {
|
||||
gid?: number;
|
||||
shell?: boolean | string;
|
||||
}
|
||||
|
||||
export function spawn(command: string, args?: string[], options?: SpawnOptions): ChildProcess;
|
||||
|
||||
export interface ExecOptions {
|
||||
|
||||
Reference in New Issue
Block a user