• This is a helper function to make sure a static type check is performed.

    It may be required in some cases where TypeScript or the IDE fails to check the type of the argument and/or results in complex type error.

    NOTE! IT DOES NOT PERFORM RUNTIME CHECKS.

    Returns

    The value which was provided as the argument untouched @PURE

    Nosideeffects

    Type Parameters

    • T

    Parameters

    • value: T

      The value to return

    Returns T

Generated using TypeDoc