Function typeBasedOnSpecValue

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

    Parameters

    • specValue: string

      Value of the specification.

    Returns SpecType | undefined

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

Generated using TypeDoc