Skip to content

Commit fac357b

Browse files
committed
Fix TS
1 parent 9e4c9e2 commit fac357b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/// <reference types="node" />
21

3-
import type { ChildProcess } from "child_process";
2+
/// <reference types="node" />
43

54
/**
65
* Options for JavaCaller constructor
@@ -141,7 +140,7 @@ export interface JavaCallerResult {
141140
/**
142141
* Child process object (useful when detached is true)
143142
*/
144-
childJavaProcess?: ChildProcess;
143+
childJavaProcess?: import('child_process').ChildProcess;
145144
}
146145

147146
/**

0 commit comments

Comments
 (0)