• Creates a slice of array with n elements dropped from the beginning.

    Type Parameters

    • T

    Parameters

    • array: undefined | null | List<T>

      The array to query.

    • Optional n: number

      The number of elements to drop.

    Returns T[]

    Returns the slice of array.

Generated using TypeDoc