• Creates a function that returns value.

    Type Parameters

    • T

    Parameters

    • value: T

      The value to return from the new function.

    Returns (() => T)

    Returns the new function.

      • (): T
      • Creates a function that returns value.

        Returns T

        Returns the new function.

Generated using TypeDoc