Checks whether the given value is a name+namespace tuple.
value
A value to check.
true if the given value is 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. Or false otherwise.
true
false
Generated using TypeDoc
Checks whether the given
value
is a name+namespace tuple.