Skip to main content
Module

x/ci/types.ts>DetectProvider

Get environment variables exposed by CI services
Very Popular
Latest
interface DetectProvider
import { type DetectProvider } from "https://deno.land/x/ci@1.3.0/types.ts";

Methods

detect(env: { [index: string]: string; }, cwd?: string): boolean
configuration(env: { [index: string]: string; }, cwd?: string): Promise<Info>