Remove empty namespace

This commit is contained in:
Dusan Radovanovic
2018-03-04 21:36:42 -08:00
parent 7c51b4f003
commit 0566b04528
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -43,7 +43,4 @@ declare class Listr {
run(ctx?: any): Promise<any>;
}
declare namespace Listr {
}
export = Listr;
+1 -1
View File
@@ -1,4 +1,4 @@
import * as Listr from "listr";
import Listr = require("listr");
import * as fs from "fs";
const tasks = new Listr([