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

x/actionify/deploy/deps/semver.ts>semver.rsort

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.rsort
import { semver } from "https://deno.land/x/actionify@0.3.0/deploy/deps/semver.ts";
const { rsort } = semver;

Type Parameters

T extends string | SemVer

Parameters

list: T[]
optional
optionsOrLoose: boolean | Options