Remove unused imports

This commit is contained in:
Wouter van Heeswijk
2018-08-29 15:14:04 +02:00
parent 8d74e8882b
commit 25150ff6b4

View File

@@ -6,7 +6,6 @@
/// <reference types="node" />
/// <reference types="through" />
import { Transform, TransformOptions } from 'stream';
import { ThroughStream } from 'through';
interface SplitOptions {