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

x/kd_clients/mod.ts>ProjectClient#exists

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

Returns a value indicating whether or not the project exists with the given projectName.

Parameters

projectName: string

The name of the project.

Returns

Promise<boolean>

True if the project exists, otherwise false.