variable NotFound

A pinned version that has no published release.

import * as Release from './release.ts';

Release.NotFound({ version: '9.9.9' }).message; // 'No published release for qunitx-cli 9.9.9'

Type

Failure.FailureFactory<"ReleaseNotFound", { version: string; }>

Usage

import { NotFound } from "lib/commands/upgrade/release.ts";