Type Alias ArrayIndices<Element>

ArrayIndices<Element>: Exclude<Partial<Element>["length"], Element["length"]>

Type Parameters

  • Element extends readonly unknown[]