@types/child-process-promise
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -41,3 +41,3 @@ // Type definitions for child-process-promise 2.2 | ||
*/ | ||
capture?: []|['stdout'|'stderr']|['stdout', 'stderr']|['stderr', 'stdout']; | ||
capture?: []|['stdout'|'stderr']|['stdout', 'stderr']|['stderr', 'stdout'] | undefined; | ||
/** | ||
@@ -47,3 +47,3 @@ * Array of the numbers that should be interpreted as successful execution codes | ||
*/ | ||
successfulExitCodes?: number[]; | ||
successfulExitCodes?: number[] | undefined; | ||
} | ||
@@ -57,7 +57,7 @@ | ||
command: Readonly<string>, | ||
options: Readonly<Options & { encoding?: BufferEncoding } & ExecOptions> | ||
options: Readonly<Options & { encoding?: BufferEncoding | undefined } & ExecOptions> | ||
): ChildProcessPromise<PromiseResult<string>>; | ||
export function exec( | ||
command: Readonly<string>, | ||
options: Readonly<Options & { encoding?: string } & ExecOptions> | ||
options: Readonly<Options & { encoding?: string | undefined } & ExecOptions> | ||
): ChildProcessPromise<PromiseResult<string | Buffer>>; | ||
@@ -64,0 +64,0 @@ export function exec( |
{ | ||
"name": "@types/child-process-promise", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for child-process-promise", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +26,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "41398e7b42e81dfe7318fa64492b450a522a09247015017a782d44467af36ef9", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "6a11d7041bc5f1e53916cf597f1c970727fb22cdefff7a975fd9af835a5c557d", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for child-process-promise ( https://github.com/patrick-steele-idem/child-process-promise ). | ||
This package contains type definitions for child-process-promise (https://github.com/patrick-steele-idem/child-process-promise). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise. | ||
Additional Details | ||
* Last updated: Fri, 22 Mar 2019 23:30:51 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:07:16 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Luis Paulo <https://github.com/TheDSCPL>. | ||
These definitions were written by [Luis Paulo](https://github.com/TheDSCPL). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6171
0