@metreeca/qest - v0.10.0
    Preparing search index...

    Function isSelector

    • Checks if a value is a valid Selection entry key.

      Parameters

      • value: unknown

        The value to check

      Returns value is keyof Selection

      True if value is a string composed of a Selection operator prefix (<, >, <=, >=, ~, ?, !, +, ^) followed by a valid Expression, or exactly "@" or "#"; false otherwise