Skip to content

Commit

Permalink
fix: update typescript definition (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascayers authored and jedwards1211 committed Mar 19, 2020
1 parent 24cbeb6 commit 0ddb816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -22,6 +22,8 @@ type ChildProcessPromise = ChildProcess & Promise<Output>

interface PromisifyChildProcessOptions {
encoding?: string
killSignal?: string
maxBuffer?: number
}

type PromisifySpawnOptions = SpawnOptions & PromisifyChildProcessOptions
Expand Down

0 comments on commit 0ddb816

Please sign in to comment.