File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ declare const figures: {
47
47
readonly smiley : string ;
48
48
readonly mustache : string ;
49
49
readonly heart : string ;
50
+ readonly nodejs : string ;
50
51
readonly arrowUp : string ;
51
52
readonly arrowDown : string ;
52
53
readonly arrowLeft : string ;
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ const main = {
31
31
smiley : '㋡' ,
32
32
mustache : '෴' ,
33
33
heart : '♥' ,
34
+ nodejs : '⬢' ,
34
35
arrowUp : '↑' ,
35
36
arrowDown : '↓' ,
36
37
arrowLeft : '←' ,
@@ -90,6 +91,7 @@ const windows = {
90
91
smiley : '☺' ,
91
92
mustache : '┌─┐' ,
92
93
heart : main . heart ,
94
+ nodejs : '♦' ,
93
95
arrowUp : main . arrowUp ,
94
96
arrowDown : main . arrowDown ,
95
97
arrowLeft : main . arrowLeft ,
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ String where the Unicode symbols will be replaced with fallback symbols dependin
79
79
| smiley | ㋡ | ☺ |
80
80
| mustache | ෴ | ┌─┐ |
81
81
| heart | ♥ | ♥ |
82
+ | nodejs | ⬢ | ♦ |
82
83
| arrowUp | ↑ | ↑ |
83
84
| arrowDown | ↓ | ↓ |
84
85
| arrowLeft | ← | ← |
You can’t perform that action at this time.
0 commit comments