Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.isProductionRelease

Various HTTP clients for miscellaneous use.
Go to Latest
method Utils.isProductionRelease
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/Utils.ts";

Returns a value indicating whether or not the given value is a valid production release type.

Parameters

value: string

The value to check.

Returns

value is ReleaseType

True if the value is a valid production release type, otherwise false.