Skip to content
Snippets Groups Projects
Commit 44ef1c1a authored by Aya Morisawa's avatar Aya Morisawa
Browse files

parent cdd26a5a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import * as chalk from 'chalk';
/**
* Progress bar
*/
class ProgressBar extends ev.EventEmitter {
export default class ProgressBar extends ev.EventEmitter {
public max: number;
public value: number;
public text: string;
......@@ -76,8 +76,6 @@ class ProgressBar extends ev.EventEmitter {
}
}
export default ProgressBar;
/**
* Clear current line
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment