@pnpm/cli-utils
Version:
Utils for pnpm commands
21 lines (20 loc) • 477 B
TypeScript
export declare const TABLE_OPTIONS: {
border: {
topBody: string;
topJoin: string;
topLeft: string;
topRight: string;
bottomBody: string;
bottomJoin: string;
bottomLeft: string;
bottomRight: string;
bodyJoin: string;
bodyLeft: string;
bodyRight: string;
joinBody: string;
joinJoin: string;
joinLeft: string;
joinRight: string;
};
columns: {};
};