File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Module | Description
41
41
[ Assertion] ( doc/vital/Assertion.txt ) | assertion library
42
42
[ Async.Promise] ( doc/vital/Async/Promise.txt ) | An asynchronous operation like ES6 Promise
43
43
[ Bitwise] ( doc/vital/Bitwise.txt ) | bitwise operators
44
+ [ Color] ( doc/vital/Color.txt ) | color conversion library between RGB/HSL/terminal code
44
45
[ ConcurrentProcess] ( doc/vital/ConcurrentProcess.txt ) | manages processes concurrently with vimproc
45
46
[ Data.Base64] ( doc/vital/Data/Base64.txt ) | base64 utilities library
46
47
[ Data.Base64.RFC4648] ( doc/vital/Data/Base64/RFC4648.txt ) | base64 RFC4648 utilities library
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ LINKS *Vital-links*
166
166
| vital/Assertion.txt | assertion library.
167
167
| vital/Async/Promise.txt | An asynchronous operation like ES6 Promise
168
168
| vital/Bitwise.txt | bitwise operators.
169
+ | vital/Color.txt | color conversion library between RGB/HSL/terminal code
169
170
| vital/ConcurrentProcess.txt | Manages processes concurrently with vimproc.
170
171
| vital/Data/Base64.txt | base64 utilities library.
171
172
| vital/Data/Base64/RFC4648.txt | base64 RFC4648 utilities library.
You can’t perform that action at this time.
0 commit comments