We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b159711 commit b686ee9Copy full SHA for b686ee9
1 file changed
index.ts
@@ -4,7 +4,6 @@ import {EOL as newline, tmpdir} from 'os';
4
import {join, sep} from 'path'
5
import {Readable,Writable} from 'stream'
6
import { writeFile, writeFileSync } from 'fs';
7
-import { promisify } from 'util';
8
9
function toArray<T>(source?:T|T[]):T[] {
10
if (typeof source === 'undefined' || source === null) {
0 commit comments