clik-engine API
    Preparing search index...

    Function MoveUp

    • Moves the given array element up one place in the array. The array is modified in-place.

      Parameters

      • array: any[]

        The input array.

      • item: any

        The element to move up the array.

      Returns any[]