@atomist/automation-client
Version:
Atomist API for software low-level client
10 lines • 463 B
TypeScript
import { AutomationClient } from "./automationClient";
import { EventStore } from "./spi/event/EventStore";
/**
* Globally available instance of {EventStore} to be used across the automation client.
* @type {InMemoryEventStore}
*/
export declare function eventStore(): EventStore;
export declare function setEventStore(newEventStore: EventStore): void;
export declare function automationClientInstance(): AutomationClient;
//# sourceMappingURL=globals.d.ts.map