UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

7 lines (6 loc) 187 B
export interface Options { trim?: boolean; wordWrap?: boolean; hard?: boolean; } export declare function wrapAnsi(string: string, columns: number, options?: Options): string;