IOweb/node_modules/fast-wrap-ansi/lib/main.d.ts
2026-07-03 15:07:38 -05:00

6 lines
187 B
TypeScript

export interface Options {
trim?: boolean;
wordWrap?: boolean;
hard?: boolean;
}
export declare function wrapAnsi(string: string, columns: number, options?: Options): string;