default<T, R>: ((arg) => R)

Defines a simple function in the mathematical meaning.

Type Parameters

  • T

  • R

Type declaration

    • (arg): R
    • Parameters

      • arg: T

      Returns R

Generated using TypeDoc