Function isQualifiedName

  • Checks whether the given value is a qualified name.

    Parameters

    • value: unknown

      A value to check.

    Returns value is QualifiedName

    true if the given value is a string, or an array consisting of exactly two elements, where the first element is a non-empty string, and the second element is an instance of NamespaceDef. false otherwise.

Generated using TypeDoc