We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9a75e1 + a612836 commit 46c59dfCopy full SHA for 46c59df
smtsolver.ts
@@ -1,7 +1,7 @@
1
import { sync as commandExistsSync } from 'command-exists';
2
import { execSync } from 'child_process';
3
import * as fs from 'fs';
4
-import tmp from 'tmp';
+import * as tmp from 'tmp';
5
6
// Timeout in ms.
7
const timeout = 10000;
0 commit comments