// Copied from https://github.com/zeit/now-cli/blob/45097563f09b412ccbbb5b07838b587ea669a531/src/util/strlen.ts export function styledStringLength(str: string): number { return str.replace(/\u001b[^m]*m/g, '').length; }