Skip to content

Commit 975de8a

Browse files
committed
upgrade types
1 parent e6bcaee commit 975de8a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface Options extends SpawnOptions {
4646
formatter?: string | ((param: string) => any)
4747
parser?: string | ((param: string) => any)
4848
stderrParser?: string | ((param: string) => any)
49-
encoding?: string
49+
encoding?: BufferEncoding
5050
pythonPath?: string
5151
/**
5252
* see https://docs.python.org/3.7/using/cmdline.html

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/mocha": "^8.2.1",
15-
"@types/node": "^10.5.2",
15+
"@types/node": "^14.17.21",
1616
"@types/should": "^13.0.0",
1717
"mocha": "^8.2.1",
1818
"mocha-appveyor-reporter": "^0.4.0",

0 commit comments

Comments
 (0)