@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Type Alias SemverComparatorOperator

    SemverComparatorOperator: undefined | "=" | "!=" | ">" | ">=" | "<" | "<="

    semver comparison operators.

    Note

    the caret ("^") operator and the tilde ("~") operators can be expressed using the less-than and greater-than comparators, so they can be thought as syntactic sugar.