Function identity

  • This is the identity function. It always returns the same value that was passed in.

    Type Parameters

    • T

    Parameters

    • x: T

    Returns T

Generated using TypeDoc