UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (4 loc) 180 B
'use strict'; const stripAnsi = require('strip-ansi'); const astralRegex = require('astral-regex'); module.exports = input => stripAnsi(input).replace(astralRegex(), ' ').length;