UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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;