Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const isFunction

  • isFunction<A>(f: A): Either<Failure<A>, Function>
  • isFunction tests if a value is a function.

    Type parameters

    • A

    Parameters

    • f: A

    Returns Either<Failure<A>, Function>

Const range

  • range(min: number, max: number): Precondition<number, number>
  • range tests whether a number falls within a specified range.

    Parameters

    • min: number
    • max: number

    Returns Precondition<number, number>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class with type parameter

Generated using TypeDoc