Home
Reference
Source
Test
Array
F
any
F
castArray
F
changeOrder
F
cloneArray
F
compact
F
every
F
fill
F
fillLeft
F
fillRight
F
filter
F
find
F
first
F
flatten
F
groupBy
F
groupByFn
F
groupByPath
F
groupByProp
F
head
F
last
F
map
F
nth
F
numAndStrComparator
F
pluck
F
reject
F
sample
F
shuffle
F
some
F
sortBy
F
tail
F
take
F
takeRight
F
takeRightWhile
F
takeWhile
F
times
F
uniq
F
without
F
zip
F
zipWithProjection
Constants
V
EMPTY
V
ARRAY
V
BOOLEAN
V
DATE
V
FUNCTION
V
NULL
V
NUMBER
V
OBJECT
V
REG_EXP
V
STRING
V
SYMBOL
V
UNDEFINED
Context
F
invoke
F
invokeWithCtx
F
using
F
wrap
Data-Structures
C
SafeTupleBuilder
C
Tuple
Error
C
IncorrectArgsTypeError
F
throwIncorrectArgsTypeErrorIfSomeOf
Fantasy-Land
F
Either
F
Left
F
Right
F
Applicative
F
Apply
F
Functor
F
LazyFunctor
F
Monad
F
Just
F
Maybe
F
Nothing
F
isSetoid
F
toSetoid
Function
F
after
F
compose
F
curry
F
memoize
F
once
F
orCurry
F
partial
F
pipe
F
rearg
F
unary
Function-Combinators
F
alt
F
always
F
duplication
F
flip
F
fork
F
identity
F
seq
F
tap
F
thrush
Lens
F
assoc
F
assocPath
F
lensIndex
F
lensProp
F
path
F
pathEq
F
pathOr
F
pathSatisfies
F
prop
Math
F
add
F
compareDecimalNumbers
F
divide
F
getRandomInt
F
getRandomIntFromTo
F
multiply
F
subtract
Object
F
cloneObject
F
conformsTo
F
deepClone
F
deepEquals
F
deepFreeze
F
getWithCtx
F
getWithProps
F
objectProjection
F
omit
F
pick
F
safeGet
F
safeGetOr
Predicate
F
eq
F
gt
F
gte
F
lt
F
lte
F
notEq
F
range
F
rangeEqual
Predicate-Combinator
F
and
F
not
F
notOr
F
or
String
F
buildResource
F
camelCase
F
equalsIgnoreCase
F
getFirstLowerLetter
F
getFirstUpperLetter
F
getLastLowerLetter
F
getLastUpperLetter
F
includes
F
kebabCase
F
replaceAll
F
replaceAllDifferences
F
snakeCase
F
trim
F
upperFirst
F
words
Type
F
getType
F
getTypeByClass
F
isArray
F
isBoolean
F
isDate
F
isFunction
F
isNaN
F
isNegativeZero
F
isNotArray
F
isNotBoolean
F
isNotDate
F
isNotFunction
F
isNotNaN
F
isNotNegativeZero
F
isNotNull
F
isNotNumber
F
isNotObject
F
isNotPrimitive
F
isNotRegExp
F
isNotString
F
isNotSymbol
F
isNotUndefined
F
isNull
F
isNumber
F
isObject
F
isPrimitive
F
isRegExp
F
isString
F
isSymbol
F
isUndefined
F
notToBe
F
toBe
F
typeCheck
src/Data-Structures/index.js
export * from './safe-tuple-builder'; export * from './tuple';