Skip to main content
Module

std/semver/_constants.ts

The Deno Standard Library
Latest
File
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
export const OPERATORS = [ undefined, "=", "!=", ">", ">=", "<", "<=",] as const;