Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Indexable<T>

Something that can either be indexed using strings or numbers

Basically an array or an object.

Type parameters

  • T

Hierarchy

  • Indexable

Indexable

[index: number]: T

Something that can either be indexed using strings or numbers

Basically an array or an object.

Generated using TypeDoc