Sha256: 7c8e5a4aaee3a6e83251ac295ab33a9e0aa2891c97674b9844128a8335aadc6b
Contents?: true
Size: 442 Bytes
Versions: 78
Compression:
Stored size: 442 Bytes
Contents
/** * Force line returns at specific width. This function is ANSI code friendly and it'll * ignore invisible codes during width calculation. * @param {string} content * @param {number} width * @return {string} */ export declare function breakLines(content: string, width: number): string; /** * Returns the width of the active readline, or 80 as default value. * @returns {number} */ export declare function readlineWidth(): number;
Version data entries
78 entries across 26 versions & 1 rubygems