mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Remove empty namespace
This commit is contained in:
Vendored
-3
@@ -43,7 +43,4 @@ declare class Listr {
|
||||
run(ctx?: any): Promise<any>;
|
||||
}
|
||||
|
||||
declare namespace Listr {
|
||||
}
|
||||
|
||||
export = Listr;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as Listr from "listr";
|
||||
import Listr = require("listr");
|
||||
import * as fs from "fs";
|
||||
|
||||
const tasks = new Listr([
|
||||
|
||||
Reference in New Issue
Block a user