UNPKG

264 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const sdk_1 = require("@cto.ai/sdk");
4const { callOutCyan, successGreen } = sdk_1.ux.colors;
5exports.terminalText = (text) => {
6 return `${successGreen('$')} ${callOutCyan(text)}`;
7};