UNPKG

@mistweaverco/cli-html

Version:

Convert HTML to CLI output with TypeScript support

3 lines (2 loc) 118 B
declare const htmlToCli: (rawHTML: string, customTheme?: Record<string, string>) => string; export default htmlToCli;