Skip to content

Commit b686ee9

Browse files
committed
getting rid of unused import
1 parent b159711 commit b686ee9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {EOL as newline, tmpdir} from 'os';
44
import {join, sep} from 'path'
55
import {Readable,Writable} from 'stream'
66
import { writeFile, writeFileSync } from 'fs';
7-
import { promisify } from 'util';
87

98
function toArray<T>(source?:T|T[]):T[] {
109
if (typeof source === 'undefined' || source === null) {

0 commit comments

Comments
 (0)