UNPKG

teamcity-service-messages

Version:
10 lines (9 loc) 277 B
/** * Mutable global settings shared between the public API and the Message class. * Keeping them here breaks the circular require that previously existed between * index and lib/message. */ export declare const settings: { stdout: boolean; autoFlowId: boolean; };