Skip to content

Commit

Permalink
add StatsDisplay to index
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Dec 18, 2021
1 parent dfee5e9 commit e7b01af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
FsInterface : require( './src/classes/FsInterface' ),
OutputBuffer : require( './src/classes/OutputBuffer' ),
Progress : require( './src/classes/Progress' ),
StatsDisplay : require( './src/classes/StatsDisplay' ),
Timer : require( './src/classes/Timer' ),
Warning : require( './src/classes/Warning' ),
callback : require( './src/fn/callback' ),
Expand Down

0 comments on commit e7b01af

Please sign in to comment.