UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

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;