Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/types/index"

Index

Type aliases

Functions

Type aliases

Maybe

Maybe<T>: T | undefined

Type parameters

  • T

Functions

lift

  • lift<T, U>(func: function): (Anonymous function)
  • Type parameters

    • T

    • U

    Parameters

    • func: function
        • (t: T): U
        • Parameters

          • t: T

          Returns U

    Returns (Anonymous function)

lift2

  • lift2<T, U, V>(func: function): (Anonymous function)
  • Type parameters

    • T

    • U

    • V

    Parameters

    • func: function
        • (t: T, u: U): V
        • Parameters

          • t: T
          • u: U

          Returns V

    Returns (Anonymous function)

maybe

  • maybe<T>(t: T | undefined): Maybe<T>

Generated using TypeDoc