Options
All
  • Public
  • Public/Protected
  • All
Menu

SmallTypes

Index

Type aliases

BoolLike

BoolLike: ScalarLike<boolean> | ConditionConsequentLikePair<T>

Boolean-like union type.

ConditionConsequentLikePair

ConditionConsequentLikePair: [ScalarLike<boolean>, ScalarLike<T>]

Condition/consequent like pair.

ConditionConsequentPair

ConditionConsequentPair: [Scalar<boolean>, Scalar<T>]

Condition/consequent pair.

FunctionLike

FunctionLike: UnaryFunction<X, Y> | function

Function-like union type. Types that can be converted into a UnaryFunction.

ScalarLike

ScalarLike: Scalar<T> | NullaryFunction<T> | NullaryFunction<Scalar<T>> | UnaryFunction<undefined, T> | UnaryFunction<undefined, Scalar<T>> | function | function | T

Scalar-like union type. Types that can be converted into a Scalar.

Generated using TypeDoc