UNPKG

teamcity-service-messages

Version:
13 lines (12 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.settings = void 0; /** * 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. */ exports.settings = { stdout: true, autoFlowId: true, };