Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/IssueClient.ts>IssueClient#closedIssueExists

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

Returns a value indicating whether or not a closed issue with the given issueNumber exists in a repository with a name that matches the given IssueClient.repoName.

Parameters

issueNumber: number

The issue number.

Returns

Promise<boolean>

True if the issue exists and is open, otherwise false.