UNPKG

cli-color

Version:

Colors, formatting and other tools for the console

10 lines (6 loc) 165 B
"use strict"; /* * get actual length of ANSI-formatted string */ var strip = require("./strip"); module.exports = function (str) { return strip(str).length; };