Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Indexable<T>

Compiler friendly interface that allows objects to have a typed string indexer and not have to resort to the suppressImplicitAnyIndexErrors compiler option.

Type parameters

  • T

    The type of object returned by the indexer.

Hierarchy

Indexable

[key: string]: T

Compiler friendly interface that allows objects to have a typed string indexer and not have to resort to the suppressImplicitAnyIndexErrors compiler option.

Generated using TypeDoc