We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8427b28 commit bc75510Copy full SHA for bc75510
1 file changed
index.d.ts
@@ -5,7 +5,7 @@ interface pythonBridge extends Function {
5
export const pythonBridge: pythonBridge
6
7
export interface PythonBridgeOptions {
8
- intepreter?: string;
+ python?: string;
9
stdio?: [PipeStdin, PipeStdout, PipeStderr];
10
cwd?: string;
11
env?: { [key:string]: string; };
0 commit comments