• Determine whether the extension type allows the target type.

    Parameters

    • extType: any

      This is the extension type.

    • tarType: any

      The type to be examined.

    • Optionalopt: number

      Acceptable option: 0 = Keep existing, 1 = Create class type. Indicates whether

    Returns boolean

    match exists.