mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	✨
This commit is contained in:
		
							parent
							
								
									cdd26a5aaa
								
							
						
					
					
						commit
						44ef1c1a4a
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ import * as chalk from 'chalk';
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Progress bar
 | 
					 * Progress bar
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class ProgressBar extends ev.EventEmitter {
 | 
					export default class ProgressBar extends ev.EventEmitter {
 | 
				
			||||||
	public max: number;
 | 
						public max: number;
 | 
				
			||||||
	public value: number;
 | 
						public value: number;
 | 
				
			||||||
	public text: string;
 | 
						public text: string;
 | 
				
			||||||
| 
						 | 
					@ -76,8 +76,6 @@ class ProgressBar extends ev.EventEmitter {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default ProgressBar;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Clear current line
 | 
					 * Clear current line
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue