Skip to content

Commit

Permalink
Fix type definition (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov authored Dec 31, 2020
1 parent 0fd77b1 commit 628e6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="node" />
import type { ChildProcess, SpawnOptions } from "child_process";
import type { WaitOnOptions } from "wait-on";
import { ChildProcess, SpawnOptions } from "child_process";
import { WaitOnOptions } from "wait-on";

export interface CustomSpawnD extends ChildProcess {
destroy: () => Promise<void>;
Expand Down

0 comments on commit 628e6ed

Please sign in to comment.