Function indexSignatureToString

  • Converts the given index signature into a string formated as follow:

       { key1: value1, key2: value2, key3: value3, ...}
    

    Type Parameters

    • T

    Parameters

    • indexSignature: {
          [id: string]: T;
      }

      The index signature to convert.

      • [id: string]: T

    Returns string

    a string representation of the given index signature.

Generated using TypeDoc