Skip to content

Commit

Permalink
feat(ui): colorize output; allow to hide exchanges below certain hold…
Browse files Browse the repository at this point in the history
…ing treshold
  • Loading branch information
benmarten committed Jan 13, 2018
1 parent c5796f9 commit deb858a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import colors from 'colors';

export default class Utils {
static pad(width, string, padding) {
return (width <= string.length) ? string : this.pad(width, padding + string, padding)
Expand Down

0 comments on commit deb858a

Please sign in to comment.