Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnit/deps.ts>semver.sort

dnit: typescript (deno) task executor
Go to Latest
function semver.sort
import { semver } from "https://deno.land/x/dnit@dnit-v1.14.3/deps.ts";
const { sort } = semver;

Type Parameters

T extends string | SemVer

Parameters

list: T[]
optional
optionsOrLoose: boolean | Options