Skip to main content
Module

x/actionify/config/deps.ts>semver.sort

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

Type Parameters

T extends string | SemVer

Parameters

list: T[]
optional
optionsOrLoose: boolean | Options