We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4c9e2 commit fac357bCopy full SHA for fac357b
1 file changed
lib/index.d.ts
@@ -1,6 +1,5 @@
1
-/// <reference types="node" />
2
3
-import type { ChildProcess } from "child_process";
+/// <reference types="node" />
4
5
/**
6
* Options for JavaCaller constructor
@@ -141,7 +140,7 @@ export interface JavaCallerResult {
141
140
142
* Child process object (useful when detached is true)
143
*/
144
- childJavaProcess?: ChildProcess;
+ childJavaProcess?: import('child_process').ChildProcess;
145
}
146
147
0 commit comments