Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/semver/types.ts>Comparator

Deno standard library
Go to Latest
interface Comparator
implements SemVer
import { type Comparator } from "https://deno.land/std@0.215.0/semver/types.ts";

The shape of a valid semantic version comparator

Examples

=0.0.0

Properties

operator: Operator
optional
deprecated
semver: SemVer