Function indexSignatureIncludes

  • Tests whether the given index signature is included into the given array of index signatures.

    Type Parameters

    • T

    Parameters

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

      The index signature to compare.

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

    Returns boolean

    true if the given index signatures is included into the array, false otherwise.

Generated using TypeDoc