Skip to main content
Module

x/ci/detectProvider.ts>default

Get environment variables exposed by CI services
Very Popular
Go to Latest
interface default
import { type default } from "https://deno.land/x/ci@v1.1.1/detectProvider.ts";

Methods

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