steadybit
Version:
Command-line interface to interact with the Steadybit API
11 lines • 401 B
JavaScript
;
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: 2022 Steadybit GmbH
Object.defineProperty(exports, "__esModule", { value: true });
exports.printTitle = printTitle;
const safe_1 = require("colors/safe");
function printTitle(title) {
console.log((0, safe_1.bold)(title));
console.log((0, safe_1.bold)(''.padStart(title.length, '=')));
}
//# sourceMappingURL=title.js.map