Skip to content

Commit 9c13839

Browse files
committed
removed extraneous space
1 parent 6d64079 commit 9c13839

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Readable, Writable } from 'stream'
66
import { writeFile, writeFileSync } from 'fs';
77
import { promisify } from 'util';
88

9-
109
function toArray<T>(source?:T|T[]):T[] {
1110
if (typeof source === 'undefined' || source === null) {
1211
return [];

0 commit comments

Comments
 (0)