Function negate

  • Returns the negative of the given value.

    Type Parameters

    • T extends number

    Parameters

    • value: OperationIO<T>

    Returns OperationIO<T>

    -value