We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517c768 commit b44dd77Copy full SHA for b44dd77
1 file changed
index.ts
@@ -1,8 +1,8 @@
1
-import {EventEmitter} from 'events';
2
-import { ChildProcess,spawn, SpawnOptions, exec, execSync } from 'child_process';
3
-import {EOL as newline, tmpdir} from 'os';
4
-import {join, sep} from 'path'
5
-import {Readable,Writable} from 'stream'
+import { EventEmitter } from 'events';
+import { ChildProcess, spawn, SpawnOptions, exec, execSync } from 'child_process';
+import { EOL as newline, tmpdir} from 'os';
+import { join, sep } from 'path'
+import { Readable, Writable } from 'stream'
6
import { writeFile, writeFileSync } from 'fs';
7
import { promisify } from 'util';
8
0 commit comments