UNPKG

@rawcmd/typewriters

Version:

Collection of typewriters for styling command-line messages for Rawcmd.

14 lines (13 loc) 533 B
export { EOL, TextAlign, TextStyle, TextColor, TextBackground } from '@rawcmd/text'; export * from './typewriters/commands'; export * from './typewriters/contents'; export * from './typewriters/error'; export * from './typewriters/help'; export * from './typewriters/links'; export * from './typewriters/log'; export * from './typewriters/options'; export * from './typewriters/row'; export * from './typewriters/summary'; export * from './typewriters/text'; export * from './typewriters/title'; export * from './typewriters/usage';