UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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;