5 lines
No EOL
153 B
JavaScript
Executable file
5 lines
No EOL
153 B
JavaScript
Executable file
module.exports = {
|
|
format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}',
|
|
barCompleteChar: '\u25A0',
|
|
barIncompleteChar: ' '
|
|
}; |