@oazmi/kitchensink - v0.9.13

    Type Alias SemverOperator

    SemverOperator: SemverComparatorOperator | "^" | "~"

    semver unary operators.

    the caret ("^") operator and the tilde ("~") operators are not quite fundamental, as they can be expressed using the less-than and greater-than comparators, which is why they can be thought as syntactic sugar.

    MMNEPVFCICPMFPCPTTAAATR