Ctrl
K
Github
📓 Introduction
Array
chunk
count
difference
dropRightWhile
dropWhile
group
intersection
move
range
shuffle
sort
takeRightWhile
takeWhile
unique
Object
flatKeys
merge
omit
pick
set
String
camelCase
capitalize
deburr
escapeHtml
escapeRegExp
kebabCase
pascalCase
replaceLast
snakeCase
splitWords
titleCase
trim
trimEnd
trimStart
truncate
unescapeHtml
Number
average
median
round
sum
Promise
races
retry
sleep
timeout
tryCatch
Queue
Validate
isEmpty
isEqual
isPlainObject
isUrl
Function
debounce
maxCalls
memoize
minCalls
throttle
times
Crypto
hash
randomElem
randomFloat
randomInt
randomString
Decorator
decDebounce
decMaxCalls
decMemoize
decMinCalls
decThrottle
toDecorator
Type
ArrayMinLength
Jsonifiable
PlainObject
splitWords
Split a string into words. Can deal with camelCase, PascalCase & snake_case.
Example
Edit on GitHub