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

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

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

Checks if the given version is not a valid preview version.

Parameters

version: string

The version to check.

Returns

boolean

True if the version is not a valid preview version, otherwise false.