deno.land / std@0.224.0 / semver / _constants.ts
123456789101112// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.export const OPERATORS = [ undefined, "=", "!=", ">", ">=", "<", "<=",] as const;
Version Info