add camelize and decamelize.

This commit is contained in:
gnipbao
2017-12-16 21:24:29 +08:00
parent ddbcf68456
commit ec407bae91
3 changed files with 35 additions and 0 deletions

View File

@ -5,6 +5,7 @@ array-intersection:array
array-union:array
average-of-array-of-numbers:array
bottom-visible:browser
camelize:string
capitalize-first-letter-of-every-word:string
capitalize-first-letter:string
chain-asynchronous-functions:function
@ -15,6 +16,7 @@ compact:array
count-occurrences-of-a-value-in-array:array
current-URL:browser
curry:function
decamelize:string
deep-flatten-array:array
distance-between-two-points:math
divisible-by-number:math