Skip to main content
Module

std/semver/mod.ts>Options

Deno standard library
Go to Latest
interface Options
import { type Options } from "https://deno.land/std@0.177.1/semver/mod.ts";

Properties

optional
includePrerelease: boolean

Set to suppress the default behavior of excluding prerelease tagged versions from ranges unless they are explicitly opted into.