UNPKG

@mistweaverco/cli-html

Version:

Convert HTML to CLI output with TypeScript support

7 lines (6 loc) 175 B
interface WrapContext { lineWidth: number; pre?: boolean; } declare const wrapLineWidth: (text: string, context: WrapContext) => string; export default wrapLineWidth;