UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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;