now removing readline correcctly

This commit is contained in:
2016-06-11 23:47:52 +02:00
parent 24cce5d9b2
commit 03dfdda812
9 changed files with 45 additions and 9 deletions

2
dist/index.d.ts vendored
View File

@ -1,3 +1,3 @@
import "typings-global";
export declare let start: (moduleNameArg?: string, loaderLengthArg?: string) => void;
export declare let stop: () => void;
export declare let stop: () => any;