Tag, lint, build

This commit is contained in:
Angelos Chalaris
2017-12-14 23:29:12 +02:00
parent c666b27a8e
commit ec240463b5
2 changed files with 47 additions and 0 deletions

View File

@ -49,6 +49,7 @@ is-symbol:utility
last-of-list:array
measure-time-taken-by-function:utility
median-of-array-of-numbers:array
nth-element-of-array:array
number-to-array-of-digits:utility
object-from-key-value-pairs:object
object-to-key-value-pairs:object
@ -63,8 +64,10 @@ random-number-in-range:utility
redirect-to-URL:browser
reverse-a-string:string
RGB-to-hexadecimal:utility
round-number-to-n-digits:math
run-promises-in-series:function
scroll-to-top:browser
shallow-clone-object:object
shuffle-array:array
similarity-between-arrays:array
sleep:function