UNPKG

481 BTypeScriptView Raw
1import { PushTest } from "@atomist/sdm";
2/**
3 * Is this SDM in local mode?
4 * Invoked on client startup.
5 */
6export declare function isInLocalMode(): boolean;
7/**
8 * Is this SDM running in local mode?
9 */
10export declare const IsInLocalMode: PushTest;
11/**
12 * Is this SDM running as a GitHub action?
13 * Invoked on client startup.
14 */
15export declare function isGitHubAction(): boolean;
16/**
17 * Is this SDM running as a GitHub action?
18 */
19export declare const IsGitHubAction: PushTest;