Function typeBasedOnSpecKey

  • Function to determine the type of a specification based on its key.

    Parameters

    • specKey: string

      Key of the specification.

    Returns SpecType | undefined

    The type of the specification if it matches a known type, undefined otherwise.

Generated using TypeDoc