UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

20 lines 516 B
import { PushTest } from "@atomist/sdm"; /** * Is this SDM in local mode? * Invoked on client startup. */ export declare function isInLocalMode(): boolean; /** * Is this SDM running in local mode? */ export declare const IsInLocalMode: PushTest; /** * Is this SDM running as a GitHub action? * Invoked on client startup. */ export declare function isGitHubAction(): boolean; /** * Is this SDM running as a GitHub action? */ export declare const IsGitHubAction: PushTest; //# sourceMappingURL=modes.d.ts.map