forest-cli
Version:
The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.
18 lines • 399 B
TypeScript
export const chars: {
top: string;
'top-mid': string;
'top-left': string;
'top-right': string;
bottom: string;
'bottom-mid': string;
'bottom-left': string;
'bottom-right': string;
left: string;
'left-mid': string;
mid: string;
'mid-mid': string;
right: string;
'right-mid': string;
middle: string;
};
//# sourceMappingURL=defaults.d.ts.map