Checks whether the given value is a CSS selector combinator.
A value to check.
true if the value equals to '>', '+', or '~'. `false otherwise.
true
'>'
'+'
'~'
Generated using TypeDoc
Checks whether the given value is a CSS selector combinator.