Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
type alias semver.Operator
import { type semver } from "https://deno.land/x/mongo@v0.31.1/tests/test.deps.ts";
const { Operator } = semver;
definition:
| "==="
| "!=="
| ""
| "="
| "=="
| "!="
| ">"
| ">="
| "<"
| "<="