Search
prototyped.js
Common typescript ready prototypes available in both CommonJS and ECMAScript
v3.0.5 URL:
https://unpkg.com/prototyped.js@3.0.5/build/cjs/index.js
Open
Browse Files
server-side
client-side
common
typescript
prototype
array
all
any
append
average
chunk
clone
compact
contains
count
countBy
crossJoin
deepFlatten
diff
distinct
distinctBy
empty
equals
everyNth
first
flatten
get
groupBy
implode
indexOfAll
initial
intersect
isEmpty
last
limit
max
median
merge
min
nest
orderBy
pad
partition
pluck
prepend
pull
range
repeat
sample
shuffle
skip
sortBy
sum
tail
toCSV
union
unwind
where
whereBetween
whereIn
whereLike
whereNotBetween
whereNotIn
whereNotLike
whereNotNull
whereNull
zip
zipObject
boolean
isBoolean
date
isDate
today
tomorrow
yesterday
func
cache
defer
isFunction
once
globals
isBrowser
math
degreesToRads
factorial
fibonacci
gcd
isDivisible
isEven
isPrime
lcm
primes
radsToDegrees
number
digitize
inRange
isNumber
object
assign
camelCaseKeys
defaults
dig
forEach
invert
isObject
isObjectLike
isPlainObject
kebabCaseKeys
keys
lowerCaseKeys
map
mapKeys
mapValues
omit
reduce
set
size
snakeCaseKeys
values
string
base64
base64Decode
camelCase
capitalize
chars
decapitalize
humanize
isString
kebabCase
lines
mask
parseInt
pluralize
reverse
snakeCase
swapCase
truncate
words
uncase
Wrapper of change-case to create case converter, validator and etc.
v0.1.0 URL:
https://unpkg.com/uncase@0.1.0/dist/index.mjs
Open
Browse Files
camelCase
capitalCase
change-case
constantCase
converter
dotCase
kebabCase
noCase
pascalCase
pascalSnakeCase
pathCase
sentenceCase
snakeCase
trainCase
validate
@zodash/snake-case
Convert (camelCase) string to snakeCase.
v0.1.9 URL:
https://unpkg.com/@zodash/snake-case@0.1.9/lib/snakeCase.js
Open
Browse Files
snakeCase
underscore
lodash
@extremejs/utils
ExtremeJS Utilities
v1.0.0-beta.22 URL:
https://unpkg.com/@extremejs/utils@1.0.0-beta.22/build/cjs/index.js
Open
Browse Files
utilities
utils
util
typescript
ts
javascript
js
node.js
node
browser
import
require
add
camelCase
capitalize
chunk
compact
concat
divide
drop
dropRight
endsWith
eq
fill
first
get
head
identity
isArguments
isArray
isArrayBuffer
isArrayLike
isArrayLikeObject
isBoolean
isBuffer
isDate
isElement
isEmpty
isError
isEven
isFinite
isFunction
isIndex
isInstanceOf
isInteger
isLength
isMap
isNan
isNil
isNull
isNumber
isObject
isObjectLike
isPlainObject
isPositive
isPrototype
isRegExp
isSafeInteger
isSet
isString
isSymbol
isTypeOf
isTypedArray
isUndefined
isWeakMap
isWeakSet
iteratee
join
kebabCase
keys
last
lowerCase
lowerFirst
max
maxBy
maxByFn
maxByProperty
mean
meanBy
meanByFn
meanByProperty
min
minBy
minByFn
minByProperty
multiply
noop
objectToString
objectToStringTag
property
prototypeOf
repeat
replace
slice
snakeCase
split
startsWith
subtract
sum
sumBy
sumByFn
sumByProperty
tail
toPath
typeOf
upperCase
upperFirst
transform-case
Transforms casing and spacing of a string
v1.1.0 URL:
https://unpkg.com/transform-case@1.1.0/dist/transformCase.js
Open
Browse Files
convert
transform
case
camelCase
pascalCase
human
sentence
humanSentence
title
humanTitle
dotCase
paramCase
pathCase
searchCase
snakeCase
spaceCase
constantCase
headerCase
front-end