forked from FoundKeyGang/FoundKey
Refactor
This commit is contained in:
parent
86bbcd5ea2
commit
3e6997c34e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
import * as ev from 'events';
|
import { EventEmitter } from 'events';
|
||||||
import * as readline from 'readline';
|
import * as readline from 'readline';
|
||||||
import * as chalk from 'chalk';
|
import * as chalk from 'chalk';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress bar
|
* Progress bar
|
||||||
*/
|
*/
|
||||||
export default class extends ev.EventEmitter {
|
export default class extends EventEmitter {
|
||||||
public max: number;
|
public max: number;
|
||||||
public value: number;
|
public value: number;
|
||||||
public text: string;
|
public text: string;
|
||||||
|
|
Loading…
Reference in a new issue