@shopify/cli-kit
Version:
A set of utilities, interfaces, and models that are common across all the platform features
17 lines (16 loc) • 577 B
TypeScript
import { TokenItem } from './components/TokenizedText.js';
export declare function messageWithPunctuation(message: TokenItem): string | {
command: string;
} | import("./components/TokenizedText.js").LinkToken | {
char: string;
} | import("./components/TokenizedText.js").UserInputToken | {
subdued: string;
} | {
filePath: string;
} | import("./components/TokenizedText.js").ListToken | import("./components/TokenizedText.js").BoldToken | {
info: string;
} | {
warn: string;
} | {
error: string;
} | import("./components/TokenizedText.js").Token[];