Function functionIdentity

  • A function that returns the exact given value.

    Returns (<T>(value) => T)

    a function that returns the exact given value.

      • <T>(value): T
      • Type Parameters

        • T

        Parameters

        • value: T

        Returns T

Generated using TypeDoc