Remove utils from library

This commit is contained in:
Sami Turcotte
2018-12-02 21:59:49 -05:00
parent f630379c24
commit 95b4235daa
4 changed files with 1 additions and 81 deletions

View File

@@ -1,7 +1,5 @@
import { Transform, Readable, Writable, Duplex } from "stream";
import * as _utils from "./utils";
import { ChildProcess } from "child_process";
export const utils = _utils;
export interface ThroughOptions {
objectMode?: boolean;